Merge branch 'sprint/235_liumengyi_fixbug' into 'master'
* Fix bug #23957, #26846. See merge request easycorp/zentaopms!5183
This commit is contained in:
@@ -36,6 +36,8 @@ $(function()
|
||||
|
||||
var $newRow = $(rowTpl.replace(/%s/g, lastIndex + 1));
|
||||
$newRow.find('.chosen').chosen();
|
||||
$newRow.find('.picker').remove()
|
||||
$newRow.find('.picker-select').picker();
|
||||
$newRow.find('.iframe').modalTrigger({iframe:true});
|
||||
$newRow.find('[data-provide="colorpicker-later"]').colorPicker();
|
||||
$newRow.datepickerAll();
|
||||
|
||||
@@ -1718,6 +1718,8 @@ class story extends control
|
||||
$storyIdList = $this->post->storyIdList;
|
||||
$storyIdList = array_unique($storyIdList);
|
||||
|
||||
$this->story->replaceURLang($storyType);
|
||||
|
||||
/* Get edited stories. */
|
||||
$stories = $this->story->getByList($storyIdList);
|
||||
$productStoryList = array();
|
||||
|
||||
Reference in New Issue
Block a user