Merge branch 'dev/gfl_fix_bug' into 'master'
* Adjust code for func formStash . See merge request easycorp/zentaopms!7179
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@
|
||||
var form = $('form[method=post]');
|
||||
if(form.length)
|
||||
{
|
||||
if($(form).hasClass('no-stash')) return;
|
||||
if($(form).hasClass('no-stash') || $(form).data('ride') == 'table') return;
|
||||
if($(form).attr('target') == 'hiddenwin' && config.currentModule.indexOf('program') != -1 && config.currentModule.indexOf('project') != -1 && config.currentModule.indexOf('testcase') != -1) return;
|
||||
var formID = config.currentMethod + '-' + config.currentModule + '-' + $(form).attr("id");
|
||||
var formDataStored = $.zui.store.get(formID);
|
||||
|
||||
Reference in New Issue
Block a user