Merge branch 'fixbug' into 'master'
* Fix bug for workflow. See merge request easycorp/zentaopms!4305
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<script>
|
||||
$('#submit').after('<input type="hidden" name="vision" id="vision" value="<?php echo $this->config->vision;?>">');
|
||||
$('#ajaxForm #submit').after('<input type="hidden" name="vision" id="vision" value="<?php echo $this->config->vision;?>">');
|
||||
</script>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<script>
|
||||
$('#submit').after('<input type="hidden" name="vision" id="vision" value="<?php echo $this->config->vision;?>">');
|
||||
$('#createForm #submit').after('<input type="hidden" name="vision" id="vision" value="<?php echo $this->config->vision;?>">');
|
||||
</script>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<script>
|
||||
$("#name").parent().addClass('required');
|
||||
$("#rule").parent().addClass('required');
|
||||
</script>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user