Resolved gh-418 by adding an on before cancel custom script area to the admin view.

This commit is contained in:
2019-06-12 22:06:19 +02:00
parent c8b5993219
commit eae13dff06
45 changed files with 3943 additions and 3813 deletions

View File

@ -0,0 +1,3 @@
ALTER TABLE `#__componentbuilder_admin_view` ADD `add_php_before_cancel` TINYINT(1) NOT NULL DEFAULT 0 AFTER `add_php_batchmove`;
ALTER TABLE `#__componentbuilder_admin_view` ADD `php_before_cancel` MEDIUMTEXT NOT NULL AFTER `php_batchmove`;