- Removed /core from URL

- If UDf are not set in DB UDF view will not display them
- Removed placeholder from multiple dropdown widget
- Dropdown widget has null value as placeholder
- Added permission system/udf to checksystem
This commit is contained in:
Paolo
2017-08-01 18:25:23 +02:00
parent bba27f75e0
commit 66de1e18f8
8 changed files with 216 additions and 85 deletions
+3 -4
View File
@@ -25,9 +25,9 @@
<div style="color: red;">
<?php
$errors = $result->retval;
foreach($errors as $error)
foreach ($errors as $error)
{
foreach($error as $fieldError)
foreach ($error as $fieldError)
{
echo $fieldError->msg . ' -> ' . $fieldError->retval . '<br>';
}
@@ -42,8 +42,7 @@
}
}
?>
<form action="/core/index.ci.php/system/UDF/saveUDF" method="POST">
<form action="<?php echo APP_ROOT; ?>/index.ci.php/system/UDF/saveUDF" method="POST">
<div class="div-table">
<div class="div-row">