Merge branch 'sprint/185' of https://gitlab.zcorp.cc/easycorp/zentaopms into sprint/185
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<script>
|
||||
$('#submit').after('<input type="hidden" id="vision" name="vision" value="<?php echo $this->config->vision;?>">');
|
||||
$("#name").parent().addClass('required');
|
||||
$("#datasource").addClass('required');
|
||||
</script>
|
||||
<?php include $this->app->getExtensionRoot() . 'biz/workflowdatasource/ext/view/' . basename(__FILE__);?>
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
<script>
|
||||
$("#name").parent().addClass('required');
|
||||
$("#rule").parent().addClass('required');
|
||||
</script>
|
||||
@@ -1657,7 +1657,7 @@ class baseRouter
|
||||
/* 开始拼装代码。Prepare the codes. */
|
||||
$modelLines = "<?php\n";
|
||||
$modelLines .= "global \$app;\n";
|
||||
$modelLines .= "helper::import(\$app->getModulePath('', '$moduleName') . 'model.php');\n";
|
||||
$modelLines .= "helper::import(\$app->getModulePath('', '$moduleName') . " . "'model.php');\n";
|
||||
$modelLines .= "class $tmpModelClass extends $modelClass \n{\n";
|
||||
|
||||
/* 将扩展文件的代码合并到代码中。Cycle all the extension files and merge them into model lines. */
|
||||
|
||||
Reference in New Issue
Block a user