* Sync stories to new project when change execution project.

This commit is contained in:
王怡栋
2021-09-02 13:13:04 +08:00
parent 553255a1bf
commit 76945e64ff
6 changed files with 43 additions and 6 deletions
+1
View File
@@ -173,4 +173,5 @@
<?php js::set('errorSameProducts', $lang->execution->errorSameProducts);?>
<?php js::set('unmodifiableProducts',$unmodifiableProducts);?>
<?php js::set('tip', $lang->execution->notAllowRemoveProducts);?>
<?php js::set('confirmSyncStories', $lang->execution->confirmSyncStories);?>
<?php include '../../common/view/footer.html.php';?>