File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,6 @@ CLASS z2ui5_sql_cl_app_01 DEFINITION PUBLIC.
9494 DATA t_tab_filter TYPE STANDARD TABLE OF ty_sort WITH EMPTY KEY .
9595
9696
97-
9897 PROTECTED SECTION .
9998
10099 DATA :
@@ -460,6 +459,7 @@ CLASS Z2UI5_SQL_CL_APP_01 IMPLEMENTATION.
460459 <tab2> = <tab> .
461460
462461 client->_bind_clear( `MS_DRAFT-S_PREVIEW-TAB->*` ).
462+ client->_bind_clear( `MT_COLUMN_CONFIG` ).
463463 preview_view( ).
464464
465465 ms_draft-s_preview-t_filter = z2ui5_cl_util=>filter_get_multi_by_data( <tab> ).
@@ -537,10 +537,6 @@ CLASS Z2UI5_SQL_CL_APP_01 IMPLEMENTATION.
537537 )->_generic( ns = `html` name = `script` )->_cc_plain_xml( z2ui5_cl_cc_spreadsheet=>get_js( )
538538 )->stringify( ) ).
539539
540- * client->nav_app_call( z2ui5_cl_popup_js_loader=>factory( z2ui5_cl_cc_spreadsheet=>get_js( mv_column_config ) ) ).
541-
542-
543- * z2ui5_on_init_set_app( ).
544540 RETURN .
545541 ENDIF .
546542
You can’t perform that action at this time.
0 commit comments