Resolved gh-463 to insure data types that require length is enforced by default in the GUI.

This commit is contained in:
2019-09-12 22:06:52 +02:00
parent bb798abe8c
commit 773a753323
25 changed files with 1392 additions and 1205 deletions

View File

@ -861,7 +861,7 @@ class ComponentbuilderModelJoomla_component extends JModelAdmin
{
// load the model
$_Model = ComponentbuilderHelper::getModel($_updateTable);
// change publish state
// delete items
$_Model->delete($_pks);
}
}