File tree Expand file tree Collapse file tree
views/admin-cms-content-element Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -778,8 +778,8 @@ public function actionAutoCreate()
778778 } catch (\Exception $ e ) {
779779 $ t ->rollBack ();
780780 /*print_r($shopStoreProduct->name);die;*/
781- throw $ e ;
782- die;
781+ /* throw $e;
782+ die;*/
783783 continue ;
784784 }
785785
Original file line number Diff line number Diff line change 1616$ model = $ tree ;
1717
1818
19-
20-
2119?>
2220
2321<?php
@@ -80,14 +78,14 @@ function() {
8078 <div style="display: none;" class="sx-search-property-element-wrapper">
8179 <?
8280
83- $ url = \yii \helpers \Url::to (['/cms/admin-cms-faq/join-tree ' ]);
81+ $ url = \yii \helpers \Url::to (['/cms/admin-cms-faq/join-element ' ]);
8482
8583 $ this ->registerJs (<<<JS
8684var propertyUrl = " {$ url }";
8785$("#search-exist-faq").on("change", function() {
8886var ajaxQuery = sx.ajax.preparePostQuery(propertyUrl + "&pk=" + $(this).val());
8987ajaxQuery.setData({
90- 'tree_id ': {$ tree ->id },
88+ 'element_id ': {$ tree ->id },
9189});
9290
9391console.log(ajaxQuery.toArray());
You can’t perform that action at this time.
0 commit comments