* Rename actions of productplan.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* The productplanlinkbug entry point of ZenTaoPMS.
|
||||
* The productplanlinkbugs entry point of ZenTaoPMS.
|
||||
*
|
||||
* @copyright Copyright 2009-2021 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
|
||||
* @license ZPL (http://zpl.pub/page/zplv12.html)
|
||||
@@ -9,7 +9,7 @@
|
||||
* @version 1
|
||||
* @link http://www.zentao.net
|
||||
*/
|
||||
class productplanLinkBugEntry extends entry
|
||||
class productplanLinkBugsEntry extends entry
|
||||
{
|
||||
/**
|
||||
* POST method.
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* The productplanlinkstory entry point of ZenTaoPMS.
|
||||
* The productplanlinkstories entry point of ZenTaoPMS.
|
||||
*
|
||||
* @copyright Copyright 2009-2021 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
|
||||
* @license ZPL (http://zpl.pub/page/zplv12.html)
|
||||
@@ -9,7 +9,7 @@
|
||||
* @version 1
|
||||
* @link http://www.zentao.net
|
||||
*/
|
||||
class productplanLinkStoryEntry extends entry
|
||||
class productplanLinkStoriesEntry extends entry
|
||||
{
|
||||
/**
|
||||
* POST method.
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* The productplanunlinkbug entry point of ZenTaoPMS.
|
||||
* The productplanunlinkbugs entry point of ZenTaoPMS.
|
||||
*
|
||||
* @copyright Copyright 2009-2021 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
|
||||
* @license ZPL (http://zpl.pub/page/zplv12.html)
|
||||
@@ -9,7 +9,7 @@
|
||||
* @version 1
|
||||
* @link http://www.zentao.net
|
||||
*/
|
||||
class productplanUnlinkBugEntry extends entry
|
||||
class productplanUnlinkBugsEntry extends entry
|
||||
{
|
||||
/**
|
||||
* POST method.
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* The productplanunlinkstory entry point of ZenTaoPMS.
|
||||
* The productplanunlinkstories entry point of ZenTaoPMS.
|
||||
*
|
||||
* @copyright Copyright 2009-2021 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
|
||||
* @license ZPL (http://zpl.pub/page/zplv12.html)
|
||||
@@ -9,7 +9,7 @@
|
||||
* @version 1
|
||||
* @link http://www.zentao.net
|
||||
*/
|
||||
class productplanUnlinkStoryEntry extends entry
|
||||
class productplanUnlinkStoriesEntry extends entry
|
||||
{
|
||||
/**
|
||||
* POST method.
|
||||
@@ -24,13 +24,13 @@ $routes['/products/:id'] = 'product';
|
||||
$routes['/productlines'] = 'productLines';
|
||||
$routes['/productlines/:id'] = 'productLine';
|
||||
|
||||
$routes['/productplans'] = 'productPlans';
|
||||
$routes['/products/:id/plans'] = 'productPlans';
|
||||
$routes['/productplans/:id'] = 'productPlan';
|
||||
$routes['/productplans/:id/linkstory'] = 'productPlanLinkStory';
|
||||
$routes['/productplans/:id/unlinkstory'] = 'productPlanUnlinkStory';
|
||||
$routes['/productplans/:id/linkbug'] = 'productPlanLinkBug';
|
||||
$routes['/productplans/:id/unlinkbug'] = 'productPlanUnlinkBug';
|
||||
$routes['/productplans'] = 'productPlans';
|
||||
$routes['/products/:id/plans'] = 'productPlans';
|
||||
$routes['/productplans/:id'] = 'productPlan';
|
||||
$routes['/productplans/:id/linkstories'] = 'productPlanLinkStories';
|
||||
$routes['/productplans/:id/unlinkstories'] = 'productPlanUnlinkStories';
|
||||
$routes['/productplans/:id/linkbugs'] = 'productPlanLinkBugs';
|
||||
$routes['/productplans/:id/unlinkbugs'] = 'productPlanUnlinkBugs';
|
||||
|
||||
$routes['/releases'] = 'releases';
|
||||
$routes['/products/:id/releases'] = 'releases';
|
||||
|
||||
Reference in New Issue
Block a user