+ add new ACL of story.

This commit is contained in:
wangchunsheng
2010-02-08 03:33:41 +00:00
parent 1a32e1c264
commit 5f6fe1a18b
+3
View File
@@ -75,6 +75,9 @@ $lang->resource->story->create = 'create';
$lang->resource->story->edit = 'edit';
$lang->resource->story->delete = 'delete';
$lang->resource->story->view = 'view';
$lang->resource->story->change = 'change';
$lang->resource->story->review = 'review';
$lang->resource->story->close = 'close';
$lang->resource->story->tasks = 'tasks';
$lang->resource->story->ajaxGetProjectStories = 'ajaxGetProjectStories';
$lang->resource->story->ajaxGetProductStories = 'ajaxGetProductStories';