ORIENT/modules/backend/widgets
Samuel Georges af657e9399 Fixes #1042 - remove fillable constraint on models when saving
Form fields are already constrained by their fields.yaml definition (values not defined in the yaml will not be saved) so we don't need to double dip by enforcing fillable too.
2015-10-17 11:41:40 +11:00
..
filter/partials Move filter to UI lib 2015-05-29 19:24:49 +10:00
form Fixes formwidget logic leaking out of context 2015-09-10 20:51:02 +10:00
grid Fixes loading animation in various places 2015-06-03 19:22:18 +10:00
lists Add $.oc.listGetChecked helper 2015-08-05 19:52:50 +10:00
reportcontainer Move storm to its own build 2015-07-29 19:13:42 +10:00
search/partials Alleviate the Search Widget of its need for a <form> tag 2014-09-06 14:03:37 +10:00
table Merge branch 'develop' into builder-ui 2015-10-15 17:32:19 -07:00
toolbar/partials Decouple the toolbar from the layout system 2015-08-26 20:24:37 +10:00
Filter.php Minor fix from #1204 2015-06-14 11:09:37 +10:00
Form.php Fixes #1042 - remove fillable constraint on models when saving 2015-10-17 11:41:40 +11:00
Grid.php These methods should be protected, update client lang 2015-08-04 10:01:17 +10:00
Lists.php Minor revision to #1469 2015-10-17 08:41:10 +11:00
ReportContainer.php These methods should be protected, update client lang 2015-08-04 10:01:17 +10:00
Search.php Refactor Search widget 2015-02-28 13:45:14 +11:00
Table.php Table validation messages are translatable now. Fixed a bug where clicking a checkbox in a table row doesn't change its status. 2015-08-14 20:11:55 -07:00
Toolbar.php Refactor the toolbar widget 2015-02-28 13:54:00 +11:00