mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
CE-938: renamed reportSetup widget to filterAndColumns
This commit is contained in:
@ -69,7 +69,7 @@ public enum WidgetType
|
|||||||
DYNAMIC_FORM("dynamicForm"),
|
DYNAMIC_FORM("dynamicForm"),
|
||||||
DATA_BAG_VIEWER("dataBagViewer"),
|
DATA_BAG_VIEWER("dataBagViewer"),
|
||||||
PIVOT_TABLE_SETUP("pivotTableSetup"),
|
PIVOT_TABLE_SETUP("pivotTableSetup"),
|
||||||
REPORT_SETUP("reportSetup"),
|
FILTER_AND_COLUMNS_SETUP("filterAndColumnsSetup"),
|
||||||
SCRIPT_VIEWER("scriptViewer");
|
SCRIPT_VIEWER("scriptViewer");
|
||||||
|
|
||||||
|
|
||||||
|
@ -73,6 +73,7 @@ public class SavedReportsMetaDataProvider
|
|||||||
public static final String RENDER_REPORT_PROCESS_VALUES_WIDGET = "renderReportProcessValuesWidget";
|
public static final String RENDER_REPORT_PROCESS_VALUES_WIDGET = "renderReportProcessValuesWidget";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
**
|
**
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
@ -234,7 +235,7 @@ public class SavedReportsMetaDataProvider
|
|||||||
.withName("reportSetupWidget")
|
.withName("reportSetupWidget")
|
||||||
.withLabel("Filters and Columns")
|
.withLabel("Filters and Columns")
|
||||||
.withIsCard(true)
|
.withIsCard(true)
|
||||||
.withType(WidgetType.REPORT_SETUP.getType())
|
.withType(WidgetType.FILTER_AND_COLUMNS_SETUP.getType())
|
||||||
.withCodeReference(new QCodeReference(DefaultWidgetRenderer.class));
|
.withCodeReference(new QCodeReference(DefaultWidgetRenderer.class));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user