Converted all the JCB tables to have a DYNAMIC row format #371

Merged
Llewellyn merged 7 commits from staging into master 2019-01-30 14:11:11 +00:00

7 Commits

Author SHA1 Message Date
Llewellyn van der Merwe 8cdf056ad4
Improved the adminForm validation JavaScript, thanks @ro-ot 2019-01-30 16:00:21 +02:00
Llewellyn van der Merwe 018eed3054
Resolved gh-370 so that all fields get loaded in a dynamicGet, even new once created at a later stage. 2019-01-29 16:43:27 +02:00
Llewellyn van der Merwe 3abae0494e
Added the option to set the row_format per table in the admin view. Converted all the JCB tables to have a DYNAMIC row format. Fixed gh-369 so that JCB packages like JMM can be imported. 2019-01-26 05:52:05 +02:00
Llewellyn van der Merwe 02de1edb54
Resolved gh-363 so that showon will function as expected in the full width layout. Resolved gh-367 by adding a wrapper class around each field in the edit view. 2019-01-23 16:30:53 +02:00
Llewellyn van der Merwe 5c2f0aec63
Resolved gh-364 to allow greater depth and ensure that all custom code placeholders are always update/replaced at any depth layer. Tweaked the editURL method to also handle access control permissions. 2019-01-22 00:58:22 +02:00
Llewellyn van der Merwe 4e2c51c303
Resolved gh-360 by adding the blob data type as an option for data types. Resolved gh-362 by adding the nested subform compatibility to subforms in JCB. Resolved gh-365 by improving the customscript validation search of save of custom code area. Added email validation to the email helper script. 2019-01-14 17:41:49 +02:00
Llewellyn van der Merwe b7a5cb7285
fixed issue that caused some custom code not to export for a JCB packages if found in anther custom code area. Made some corrections to the router helper class. Added return_here value admin views to improve the return values in url redirection. Improved the open valid base64 method to make use of default string. Update many ajax calls to not use jsonp, and infact be more secure. 2018-12-29 17:05:01 +02:00