File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
Cms/Ui/Component/Listing/Column Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -66,24 +66,24 @@ public function prepareDataSource(array $dataSource)
6666 'href ' => $ this ->urlBuilder ->getUrl (
6767 static ::URL_PATH_EDIT ,
6868 [
69- 'block_id ' => $ item ['block_id ' ],
69+ 'block_id ' => $ item ['block_id ' ]
7070 ]
7171 ),
72- 'label ' => __ ('Edit ' ),
72+ 'label ' => __ ('Edit ' )
7373 ],
7474 'delete ' => [
7575 'href ' => $ this ->urlBuilder ->getUrl (
7676 static ::URL_PATH_DELETE ,
7777 [
78- 'block_id ' => $ item ['block_id ' ],
78+ 'block_id ' => $ item ['block_id ' ]
7979 ]
8080 ),
8181 'label ' => __ ('Delete ' ),
8282 'confirm ' => [
8383 'title ' => __ ('Delete %1 ' , $ title ),
84- 'message ' => __ ('Are you sure you want to delete a %1 record? ' , $ title ),
84+ 'message ' => __ ('Are you sure you want to delete a %1 record? ' , $ title )
8585 ],
86- 'post ' => true ,
86+ 'post ' => true
8787 ],
8888 ];
8989 }
Original file line number Diff line number Diff line change @@ -79,7 +79,8 @@ public function prepare()
7979 'config ' ,
8080 array_replace_recursive (
8181 (array )$ this ->wrappedComponent ->getData ('config ' ),
82- (array )$ this ->getData ('config ' )
82+ (array )$ this ->getData ('config ' ),
83+ ['__disableTmpl ' => ['label ' => true ]]
8384 )
8485 );
8586
Original file line number Diff line number Diff line change @@ -87,7 +87,8 @@ public function prepare()
8787 'config ' ,
8888 array_replace_recursive (
8989 (array )$ this ->wrappedComponent ->getData ('config ' ),
90- (array )$ this ->getData ('config ' )
90+ (array )$ this ->getData ('config ' ),
91+ ['__disableTmpl ' => ['label ' => true ]]
9192 )
9293 );
9394 }
You can’t perform that action at this time.
0 commit comments