mirror of
https://github.com/anteo/redmine_custom_workflows.git
synced 2026-01-26 00:04:20 +00:00
Fixed tab_override in custom workflows plug-in
This commit is contained in:
parent
f2fbce3b10
commit
9715ea5cf8
@ -40,7 +40,8 @@
|
||||
</fieldset>
|
||||
|
||||
<script type="text/javascript">
|
||||
jQuery('#custom_workflow_script').taboverride(2, true);
|
||||
jQuery('#custom_workflow_before_save').taboverride(2, true);
|
||||
jQuery('#custom_workflow_after_save').taboverride(2, true);
|
||||
function checkAndDisable(id, checked) {
|
||||
if (checked) {
|
||||
jQuery('#'+id).find('input[type=checkbox]').attr('checked', true).attr('disabled', true);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user