From 8a313c4ef43b4142bcd871fc23a01a56ade415b0 Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Fri, 12 Jul 2019 11:19:23 +0800 Subject: [PATCH] * Fix param for printFields. --- module/bug/view/activate.html.php | 2 +- module/bug/view/assignto.html.php | 2 +- module/bug/view/close.html.php | 2 +- module/bug/view/confirmbug.html.php | 1 + module/bug/view/create.html.php | 2 +- module/bug/view/edit.html.php | 2 +- module/bug/view/resolve.html.php | 2 +- module/bug/view/view.html.php | 2 +- module/build/view/create.html.php | 2 +- module/build/view/edit.html.php | 2 +- module/build/view/view.html.php | 2 +- module/product/view/close.html.php | 2 +- module/product/view/create.html.php | 2 +- module/product/view/edit.html.php | 2 +- module/product/view/view.html.php | 4 ++-- module/productplan/view/create.html.php | 2 +- module/productplan/view/edit.html.php | 2 +- module/productplan/view/view.html.php | 2 +- module/project/view/activate.html.php | 2 +- module/project/view/close.html.php | 2 +- module/project/view/create.html.php | 2 +- module/project/view/edit.html.php | 2 +- module/project/view/putoff.html.php | 2 +- module/project/view/start.html.php | 2 +- module/project/view/suspend.html.php | 2 +- module/project/view/view.html.php | 4 ++-- module/release/view/create.html.php | 2 +- module/release/view/edit.html.php | 2 +- module/release/view/view.html.php | 2 +- module/story/view/activate.html.php | 2 +- module/story/view/assignto.html.php | 2 +- module/story/view/change.html.php | 2 +- module/story/view/close.html.php | 2 +- module/story/view/create.html.php | 2 +- module/story/view/edit.html.php | 4 ++-- module/story/view/review.html.php | 2 +- module/story/view/view.html.php | 2 +- module/task/view/activate.html.php | 2 +- module/task/view/assignto.html.php | 2 +- module/task/view/cancel.html.php | 2 +- module/task/view/close.html.php | 2 +- module/task/view/create.html.php | 2 +- module/task/view/edit.html.php | 2 +- module/task/view/finish.html.php | 2 +- module/task/view/pause.html.php | 2 +- module/task/view/start.html.php | 2 +- module/task/view/view.html.php | 4 ++-- module/testcase/view/create.html.php | 2 +- module/testcase/view/edit.html.php | 2 +- module/testcase/view/review.html.php | 2 +- module/testcase/view/view.html.php | 4 ++-- module/testsuite/view/create.html.php | 2 +- module/testsuite/view/edit.html.php | 2 +- module/testsuite/view/view.html.php | 2 +- module/testtask/view/activate.html.php | 2 +- module/testtask/view/block.html.php | 2 +- module/testtask/view/close.html.php | 2 +- module/testtask/view/create.html.php | 2 +- module/testtask/view/edit.html.php | 2 +- module/testtask/view/start.html.php | 2 +- module/testtask/view/view.html.php | 4 ++-- 61 files changed, 67 insertions(+), 66 deletions(-) diff --git a/module/bug/view/activate.html.php b/module/bug/view/activate.html.php index 13d2eb4ef8..532def28e0 100644 --- a/module/bug/view/activate.html.php +++ b/module/bug/view/activate.html.php @@ -34,7 +34,7 @@ bug->openedBuild;?> openedBuild, 'size=4 multiple=multiple class="form-control chosen"');?> - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $bug, 'table', 'columns=2');?> comment;?> diff --git a/module/bug/view/assignto.html.php b/module/bug/view/assignto.html.php index 5dbf26216b..1c4036756b 100644 --- a/module/bug/view/assignto.html.php +++ b/module/bug/view/assignto.html.php @@ -38,7 +38,7 @@ js::set('page', 'assignedto'); bug->mailto;?> mailto), 'class="form-control chosen" multiple');?> - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $bug, 'table', 'columns=2');?> comment;?> diff --git a/module/bug/view/close.html.php b/module/bug/view/close.html.php index 8ad7dcb654..f431fc96a0 100644 --- a/module/bug/view/close.html.php +++ b/module/bug/view/close.html.php @@ -26,7 +26,7 @@
- config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=1');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $bug, 'table', 'columns=1');?> diff --git a/module/bug/view/confirmbug.html.php b/module/bug/view/confirmbug.html.php index 7d1660e89c..dc154a955d 100755 --- a/module/bug/view/confirmbug.html.php +++ b/module/bug/view/confirmbug.html.php @@ -49,6 +49,7 @@ js::set('page', 'confirmbug'); + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $bug, 'table', 'columns=2');?> diff --git a/module/bug/view/create.html.php b/module/bug/view/create.html.php index 4994179d17..cc8f8059fd 100644 --- a/module/bug/view/create.html.php +++ b/module/bug/view/create.html.php @@ -278,7 +278,7 @@ js::set('flow', $config->global->flow); - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, '', 'table', 'columns=2');?> diff --git a/module/bug/view/edit.html.php b/module/bug/view/edit.html.php index d202c2776c..7a91cd7e64 100644 --- a/module/bug/view/edit.html.php +++ b/module/bug/view/edit.html.php @@ -62,7 +62,7 @@ js::set('oldResolvedBuild' , $bug->resolvedBuild); - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'div', 'position=left&divCell=false');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $bug, 'div', 'position=left&divCell=false');?>
files;?>
fetch('file', 'buildform');?>
diff --git a/module/bug/view/resolve.html.php b/module/bug/view/resolve.html.php index c6343620c9..8cd05de360 100644 --- a/module/bug/view/resolve.html.php +++ b/module/bug/view/resolve.html.php @@ -74,7 +74,7 @@ js::set('productID' , $bug->product);
- config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=1');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $bug, 'table', 'columns=1');?> diff --git a/module/bug/view/view.html.php b/module/bug/view/view.html.php index 63ac3630a4..5a311c4e4e 100644 --- a/module/bug/view/view.html.php +++ b/module/bug/view/view.html.php @@ -58,7 +58,7 @@ fetch('file', 'printFiles', array('files' => $bug->files, 'fieldset' => 'true'));?> createLink('action', 'comment', "objectType=bug&objectID=$bug->id");?> - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'div', "position=left&divCell=true");?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $bug, 'div', "position=left&divCell=true");?>
id"; diff --git a/module/build/view/create.html.php b/module/build/view/create.html.php index 6e25c46ed4..0a61f12fbf 100644 --- a/module/build/view/create.html.php +++ b/module/build/view/create.html.php @@ -64,7 +64,7 @@ - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, '', 'table', 'columns=2');?> diff --git a/module/build/view/edit.html.php b/module/build/view/edit.html.php index 6558d5bc59..df4314dde2 100644 --- a/module/build/view/edit.html.php +++ b/module/build/view/edit.html.php @@ -58,7 +58,7 @@ - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $build, 'table', 'columns=2');?> diff --git a/module/build/view/view.html.php b/module/build/view/view.html.php index 462cda779c..6050ec3ea8 100644 --- a/module/build/view/view.html.php +++ b/module/build/view/view.html.php @@ -336,7 +336,7 @@ tbody tr td:first-child input{display:none;} - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', "columns=1");?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $build, 'table', "columns=1");?> global->flow != 'onlyTest'):?> diff --git a/module/product/view/close.html.php b/module/product/view/close.html.php index a2309e054e..0a122abc5f 100644 --- a/module/product/view/close.html.php +++ b/module/product/view/close.html.php @@ -24,7 +24,7 @@
comment;?> bug->mailto;?> mailto), 'class="form-control chosen" multiple');?>
comment;?>
bug->files;?> fetch('file', 'buildform', 'fileCount=1&percent=0.85');?> bug->assignedTo;?>
bug->files;?> fetch('file', 'buildform', 'fileCount=1&percent=0.85');?> build->filePath;?> build->placeholder->filePath}'");?>
build->files;?> fetch('file', 'buildForm');?>build->filePath;?> filePath, "class='form-control' placeholder='{$lang->build->placeholder->filePath}'");?>
build->files;?> fetch('file', 'buildForm');?>build->filePath;?> filePath, $build->filePath, '_blank');?>
build->desc;?>
- config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $product, 'table', 'columns=2');?> diff --git a/module/product/view/create.html.php b/module/product/view/create.html.php index 1920591619..52b34ccaa3 100644 --- a/module/product/view/create.html.php +++ b/module/product/view/create.html.php @@ -68,7 +68,7 @@ - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, '', 'table', 'columns=2');?> diff --git a/module/product/view/edit.html.php b/module/product/view/edit.html.php index acf6558453..ce77eb4707 100644 --- a/module/product/view/edit.html.php +++ b/module/product/view/edit.html.php @@ -62,7 +62,7 @@ - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $product, 'table', 'columns=2');?> diff --git a/module/product/view/view.html.php b/module/product/view/view.html.php index 2451f5b9d2..8c22a3333a 100644 --- a/module/product/view/view.html.php +++ b/module/product/view/view.html.php @@ -75,7 +75,7 @@ - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'div', "position=left&divCell=false");?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $product, 'div', "position=left&divCell=false");?>
createLink('action', 'comment', "objectType=product&objectID=$product->id");?> @@ -237,7 +237,7 @@
- config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'div', "position=right&divCell=false");?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $product, 'div', "position=right&divCell=false");?> diff --git a/module/productplan/view/create.html.php b/module/productplan/view/create.html.php index 8a3b3faaed..0aaa311e4b 100644 --- a/module/productplan/view/create.html.php +++ b/module/productplan/view/create.html.php @@ -63,7 +63,7 @@ - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=3');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, '', 'table', 'columns=3');?> - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=3');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $plan, 'table', 'columns=3');?> - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', "columns=1");?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $plan, 'table', "columns=1");?> diff --git a/module/project/view/activate.html.php b/module/project/view/activate.html.php index 51bae8844b..f88aebe203 100644 --- a/module/project/view/activate.html.php +++ b/module/project/view/activate.html.php @@ -49,7 +49,7 @@ - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=5');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $project, 'table', 'columns=5');?> diff --git a/module/project/view/close.html.php b/module/project/view/close.html.php index 1baa839126..b48a66a5bd 100644 --- a/module/project/view/close.html.php +++ b/module/project/view/close.html.php @@ -25,7 +25,7 @@
comment;?>
product->acl;?> product->aclList, 'open', "onclick='setWhite(this.value);'", 'block'));?>product->desc;?> desc), "rows='8' class='form-control'");?>
product->acl;?> product->aclList, $product->acl, "onclick='setWhite(this.value);'", 'block'));?> productplan->desc;?>
diff --git a/module/productplan/view/edit.html.php b/module/productplan/view/edit.html.php index dcbafa8ea2..064f7ced4a 100644 --- a/module/productplan/view/edit.html.php +++ b/module/productplan/view/edit.html.php @@ -56,7 +56,7 @@ productplan->desc;?> desc), "rows='10' class='form-control kindeditor' hidefocus='true'");?>
diff --git a/module/productplan/view/view.html.php b/module/productplan/view/view.html.php index 7f48d53a06..f39de773ed 100644 --- a/module/productplan/view/view.html.php +++ b/module/productplan/view/view.html.php @@ -456,7 +456,7 @@
productplan->desc;?> desc;?>
comment;?>
- config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $project, 'table', 'columns=2');?> diff --git a/module/project/view/create.html.php b/module/project/view/create.html.php index 61b8990e49..c4fb38f81e 100644 --- a/module/project/view/create.html.php +++ b/module/project/view/create.html.php @@ -139,7 +139,7 @@ - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=3');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, '', 'table', 'columns=3');?> diff --git a/module/project/view/edit.html.php b/module/project/view/edit.html.php index 9cf5c6c37a..01484f5334 100644 --- a/module/project/view/edit.html.php +++ b/module/project/view/edit.html.php @@ -150,7 +150,7 @@ - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=3');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $project, 'table', 'columns=3');?> diff --git a/module/project/view/putoff.html.php b/module/project/view/putoff.html.php index 425b669f99..1ad35fa332 100644 --- a/module/project/view/putoff.html.php +++ b/module/project/view/putoff.html.php @@ -55,7 +55,7 @@ - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=3');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $project, 'table', 'columns=3');?> diff --git a/module/project/view/start.html.php b/module/project/view/start.html.php index 74f3434d62..14000aebfa 100644 --- a/module/project/view/start.html.php +++ b/module/project/view/start.html.php @@ -25,7 +25,7 @@
comment;?>
project->acl;?> project->aclList, $acl, "onclick='setWhite(this.value);'", 'block'));?>project->desc;?> desc), "rows='6' class='form-control kindeditor' hidefocus='true'");?>
project->acl;?> project->aclList, $project->acl, "onclick='setWhite(this.value);'", 'block'));?>
comment;?>
- config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $project, 'table', 'columns=2');?> diff --git a/module/project/view/suspend.html.php b/module/project/view/suspend.html.php index 34479cb128..fd1ad7ebff 100644 --- a/module/project/view/suspend.html.php +++ b/module/project/view/suspend.html.php @@ -24,7 +24,7 @@
comment;?>
- config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $project, 'table', 'columns=2');?> diff --git a/module/project/view/view.html.php b/module/project/view/view.html.php index a55dc84af8..2f92e9527a 100644 --- a/module/project/view/view.html.php +++ b/module/project/view/view.html.php @@ -140,7 +140,7 @@ - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'div', "position=left&divCell=false");?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $project, 'div', "position=left&divCell=false");?>
createLink('action', 'comment', "objectType=project&objectID=$project->id");?> @@ -296,7 +296,7 @@
- config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'div', "position=right&divCell=false");?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $project, 'div', "position=right&divCell=false");?> diff --git a/module/release/view/create.html.php b/module/release/view/create.html.php index 638500c2d4..1c780aea4b 100644 --- a/module/release/view/create.html.php +++ b/module/release/view/create.html.php @@ -43,7 +43,7 @@ - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, '', 'table', 'columns=2');?> diff --git a/module/release/view/edit.html.php b/module/release/view/edit.html.php index 31794b2e61..b6a811c435 100644 --- a/module/release/view/edit.html.php +++ b/module/release/view/edit.html.php @@ -51,7 +51,7 @@ - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $release, 'table', 'columns=2');?> diff --git a/module/release/view/view.html.php b/module/release/view/view.html.php index 5ab9351fcd..03e3bc6c00 100644 --- a/module/release/view/view.html.php +++ b/module/release/view/view.html.php @@ -331,7 +331,7 @@ - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', "columns=1");?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $release, 'table', "columns=1");?> diff --git a/module/story/view/activate.html.php b/module/story/view/activate.html.php index 9a73210667..d8a4c86b3a 100644 --- a/module/story/view/activate.html.php +++ b/module/story/view/activate.html.php @@ -38,7 +38,7 @@ ?> - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $story, 'table', 'columns=2');?> diff --git a/module/story/view/assignto.html.php b/module/story/view/assignto.html.php index fcecb1a5e5..6b40145115 100644 --- a/module/story/view/assignto.html.php +++ b/module/story/view/assignto.html.php @@ -29,7 +29,7 @@ - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $story, 'table', 'columns=2');?> diff --git a/module/story/view/change.html.php b/module/story/view/change.html.php index df66e45f78..acacaeb815 100644 --- a/module/story/view/change.html.php +++ b/module/story/view/change.html.php @@ -51,7 +51,7 @@ - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=1');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $story, 'table', 'columns=1');?> diff --git a/module/story/view/close.html.php b/module/story/view/close.html.php index 8b51ccfc0e..59577f6f80 100644 --- a/module/story/view/close.html.php +++ b/module/story/view/close.html.php @@ -37,7 +37,7 @@ - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $story, 'table', 'columns=2');?> diff --git a/module/story/view/create.html.php b/module/story/view/create.html.php index bdcdbfd7f8..45f2737306 100644 --- a/module/story/view/create.html.php +++ b/module/story/view/create.html.php @@ -173,7 +173,7 @@ - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=4');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, '', 'table', 'columns=4');?> diff --git a/module/story/view/edit.html.php b/module/story/view/edit.html.php index 3a8f1a66e3..8657757c07 100644 --- a/module/story/view/edit.html.php +++ b/module/story/view/edit.html.php @@ -43,7 +43,7 @@
story->verify;?>
verify;?>
- config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'div', 'position=left&divCell=false');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $story, 'div', 'position=left&divCell=false');?>
story->comment;?>
@@ -198,7 +198,7 @@
comment;?> release->desc;?>
files;?> fetch('file', 'buildform');?>release->desc;?> desc), "rows=10 class='form-control kindeditor' hidefocus='true'");?>
files;?> fetch('file', 'buildform');?>release->date;?> date;?>
release->desc;?> desc;?>
story->comment;?> story->assign;?> assignedTo, "class='form-control chosen'");?>
comment;?> story->comment;?>
attatch;?> fetch('file', 'buildform');?>story->childStories;?>
story->comment;?>
story->legendAttatch;?> fetch('file', 'buildform');?>
- config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'div', 'position=right&divCell=false');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $story, 'div', 'position=right&divCell=false');?>
story->legendMisc;?>
diff --git a/module/story/view/review.html.php b/module/story/view/review.html.php index 31e4e08b9f..58075f5a03 100644 --- a/module/story/view/review.html.php +++ b/module/story/view/review.html.php @@ -69,7 +69,7 @@ var assignedTo = 'lastEditedBy ? print($story->lastEditedBy) : pri story->reviewedBy;?> user->account, "class='form-control' multiple data-placeholder='{$lang->story->chosen->reviewedBy}'");?> - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $story, 'table', 'columns=2');?> story->comment;?> diff --git a/module/story/view/view.html.php b/module/story/view/view.html.php index 139cd0bf2c..401186464d 100644 --- a/module/story/view/view.html.php +++ b/module/story/view/view.html.php @@ -62,7 +62,7 @@ fetch('file', 'printFiles', array('files' => $story->files, 'fieldset' => 'true'));?> createLink('action', 'comment', "objectType=story&objectID=$story->id");?>
- config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'div', "position=left&divCell=true");?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, ,$story, 'div', "position=left&divCell=true");?>
diff --git a/module/task/view/activate.html.php b/module/task/view/activate.html.php index 5201b56e84..1ccedfd9ea 100644 --- a/module/task/view/activate.html.php +++ b/module/task/view/activate.html.php @@ -41,7 +41,7 @@
- config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $task, 'table', 'columns=2');?> comment;?> diff --git a/module/task/view/assignto.html.php b/module/task/view/assignto.html.php index f692232a38..42fb781d76 100644 --- a/module/task/view/assignto.html.php +++ b/module/task/view/assignto.html.php @@ -43,7 +43,7 @@
left, "class='form-control'");?> task->hour;?>
- config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $task, 'table', 'columns=2');?> comment;?> diff --git a/module/task/view/cancel.html.php b/module/task/view/cancel.html.php index 888bcc0a73..7c07e99056 100644 --- a/module/task/view/cancel.html.php +++ b/module/task/view/cancel.html.php @@ -26,7 +26,7 @@ - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=1');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $task, 'table', 'columns=1');?> diff --git a/module/task/view/close.html.php b/module/task/view/close.html.php index ef2e977468..a8654ba389 100644 --- a/module/task/view/close.html.php +++ b/module/task/view/close.html.php @@ -26,7 +26,7 @@
comment;?>
- config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=1');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $task, 'table', 'columns=1');?> diff --git a/module/task/view/create.html.php b/module/task/view/create.html.php index a37748051d..022287cdef 100644 --- a/module/task/view/create.html.php +++ b/module/task/view/create.html.php @@ -205,7 +205,7 @@ desc, "rows='10' class='form-control'");?> - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=3');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, '', 'table', 'columns=3');?> diff --git a/module/task/view/edit.html.php b/module/task/view/edit.html.php index 6bd6146a58..a6b3e370f9 100644 --- a/module/task/view/edit.html.php +++ b/module/task/view/edit.html.php @@ -70,7 +70,7 @@
comment;?>
- config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'div', 'position=left&divCell=false');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $task, 'div', 'position=left&divCell=false');?>
files;?>
fetch('file', 'buildform');?>
diff --git a/module/task/view/finish.html.php b/module/task/view/finish.html.php index 477736705b..ebdf6ed537 100644 --- a/module/task/view/finish.html.php +++ b/module/task/view/finish.html.php @@ -70,7 +70,7 @@
- config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $task, 'table', 'columns=2');?> diff --git a/module/task/view/pause.html.php b/module/task/view/pause.html.php index 15dd6c2339..17c97442d7 100644 --- a/module/task/view/pause.html.php +++ b/module/task/view/pause.html.php @@ -34,7 +34,7 @@
comment;?>
files;?> fetch('file', 'buildform');?> task->finishedDate;?>
files;?> fetch('file', 'buildform');?>
- config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=1');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $task, 'table', 'columns=1');?> diff --git a/module/task/view/start.html.php b/module/task/view/start.html.php index b0967e32bc..b481f927c3 100644 --- a/module/task/view/start.html.php +++ b/module/task/view/start.html.php @@ -61,7 +61,7 @@ - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $task, 'table', 'columns=2');?> diff --git a/module/task/view/view.html.php b/module/task/view/view.html.php index 432fef1eae..803520a40f 100644 --- a/module/task/view/view.html.php +++ b/module/task/view/view.html.php @@ -145,7 +145,7 @@ fetch('file', 'printFiles', array('files' => $task->files, 'fieldset' => 'true'));?> createLink('action', 'comment', "objectType=task&objectID=$task->id");?> - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'div', "position=left&divCell=true");?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $task, 'div', "position=left&divCell=true");?>
@@ -379,7 +379,7 @@
- config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'div', "position=right&divCell=true");?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $task, 'div', "position=right&divCell=true");?> diff --git a/module/testcase/view/create.html.php b/module/testcase/view/create.html.php index ff9b522ac0..e28496bbc9 100644 --- a/module/testcase/view/create.html.php +++ b/module/testcase/view/create.html.php @@ -206,7 +206,7 @@ - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, '', 'table', 'columns=2');?> diff --git a/module/testcase/view/edit.html.php b/module/testcase/view/edit.html.php index a7beb35799..4f25dda342 100644 --- a/module/testcase/view/edit.html.php +++ b/module/testcase/view/edit.html.php @@ -113,7 +113,7 @@
comment;?>
comment;?>
testcase->files;?> fetch('file', 'buildform');?>
- config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'div', 'position=left&divCell=false');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $case, 'div', 'position=left&divCell=false');?>
testcase->legendComment;?>
diff --git a/module/testcase/view/review.html.php b/module/testcase/view/review.html.php index ac14241d71..9e19070e2d 100644 --- a/module/testcase/view/review.html.php +++ b/module/testcase/view/review.html.php @@ -35,7 +35,7 @@ testcase->reviewedByAB;?> user->account, "class='form-control chosen' multiple");?> - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $case, 'table', 'columns=2');?> comment;?> diff --git a/module/testcase/view/view.html.php b/module/testcase/view/view.html.php index 975addc7d4..d8b725206a 100644 --- a/module/testcase/view/view.html.php +++ b/module/testcase/view/view.html.php @@ -96,7 +96,7 @@
fetch('file', 'printFiles', array('files' => $case->files, 'fieldset' => 'true'));?> - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'div', "position=left&divCell=true");?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $case, 'div', "position=left&divCell=true");?>
@@ -333,7 +333,7 @@
- config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'div', "position=right&divCell=true");?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $case, 'div', "position=right&divCell=true");?>
diff --git a/module/testsuite/view/create.html.php b/module/testsuite/view/create.html.php index 86ac343e7a..426105b2b2 100644 --- a/module/testsuite/view/create.html.php +++ b/module/testsuite/view/create.html.php @@ -27,7 +27,7 @@ testsuite->desc;?> - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, '', 'table', 'columns=2');?> testsuite->author;?> testsuite->authorList, 'private');?> diff --git a/module/testsuite/view/edit.html.php b/module/testsuite/view/edit.html.php index d8ace51b7a..6f21fe3dfa 100644 --- a/module/testsuite/view/edit.html.php +++ b/module/testsuite/view/edit.html.php @@ -27,7 +27,7 @@ testsuite->desc;?> desc), "rows=10 class='form-control'");?> - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=1');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $suite, 'table', 'columns=1');?> type != 'library'):?> testsuite->author;?> diff --git a/module/testsuite/view/view.html.php b/module/testsuite/view/view.html.php index 57f63d8875..f6b00a9458 100644 --- a/module/testsuite/view/view.html.php +++ b/module/testsuite/view/view.html.php @@ -154,7 +154,7 @@
- config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'div', "position=right&divCell=true");?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $suite, 'div', "position=right&divCell=true");?>
diff --git a/module/testtask/view/activate.html.php b/module/testtask/view/activate.html.php index fef7949f29..74a385827f 100644 --- a/module/testtask/view/activate.html.php +++ b/module/testtask/view/activate.html.php @@ -23,7 +23,7 @@ - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=1');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $task, 'table', 'columns=1');?> diff --git a/module/testtask/view/block.html.php b/module/testtask/view/block.html.php index 88364f8843..8d8a5dd3df 100644 --- a/module/testtask/view/block.html.php +++ b/module/testtask/view/block.html.php @@ -24,7 +24,7 @@
comment;?>
- config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=1');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $task, 'table', 'columns=1');?> diff --git a/module/testtask/view/close.html.php b/module/testtask/view/close.html.php index af595a218a..7e322a87e4 100644 --- a/module/testtask/view/close.html.php +++ b/module/testtask/view/close.html.php @@ -23,7 +23,7 @@
comment;?>
- config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=1');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $task, 'table', 'columns=1');?> diff --git a/module/testtask/view/create.html.php b/module/testtask/view/create.html.php index f72ecb88d3..69727874f4 100644 --- a/module/testtask/view/create.html.php +++ b/module/testtask/view/create.html.php @@ -94,7 +94,7 @@ - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, '', 'table', 'columns=2');?> - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $task, 'table', 'columns=2');?>
comment;?>
diff --git a/module/testtask/view/edit.html.php b/module/testtask/view/edit.html.php index 20ca0f865d..9b6ece48d5 100644 --- a/module/testtask/view/edit.html.php +++ b/module/testtask/view/edit.html.php @@ -83,7 +83,7 @@
diff --git a/module/testtask/view/start.html.php b/module/testtask/view/start.html.php index 057cc0f07b..831ab3cbbf 100644 --- a/module/testtask/view/start.html.php +++ b/module/testtask/view/start.html.php @@ -25,7 +25,7 @@ - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=1');?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $task, 'table', 'columns=1');?> diff --git a/module/testtask/view/view.html.php b/module/testtask/view/view.html.php index d976e32be2..f0a20786e5 100644 --- a/module/testtask/view/view.html.php +++ b/module/testtask/view/view.html.php @@ -41,7 +41,7 @@ createLink('action', 'comment', "objectType=testtask&objectID=$task->id");?> - config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'div', "position=left&divCell=true");?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $task, 'div', "position=left&divCell=true");?>
@@ -127,7 +127,7 @@
- config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'div', "position=right&divCell=true");?> + config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $task, 'div', "position=right&divCell=true");?>
comment;?>