File tree Expand file tree Collapse file tree
knowagecockpitengine/src/main/java/it/eng/knowage/engine/cockpit/api/engine
knowage/src/main/resources/it/eng/spagobi/commons/initializers/metadata/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 451451
452452 <DOMAIN valueCd =" Solr" valueNm =" SbiSolrDataSet" domainCd =" DATA_SET_TYPE" domainNm =" Data Set Type" valueDs =" SbiSolrDataSet" />
453453
454- <DOMAIN valueCd =" Python/R " valueNm =" SbiPythonDataSet" domainCd =" DATA_SET_TYPE" domainNm =" Data Set Type" valueDs =" SbiPythonDataSet" />
454+ <DOMAIN valueCd =" Python" valueNm =" SbiPythonDataSet" domainCd =" DATA_SET_TYPE" domainNm =" Data Set Type" valueDs =" SbiPythonDataSet" />
455455
456456 <DOMAIN valueCd =" Prepared" valueNm =" SbiPreparedDataSet" domainCd =" DATA_SET_TYPE" domainNm =" Data Set Type" valueDs =" SbiPreparedDataSet" />
457457
Original file line number Diff line number Diff line change @@ -154,12 +154,9 @@ public List<Widget> getEngine() throws EMFInternalError {
154154 ret .add (Widget .builder ().withName ("Selector" ).withDescKey ("sbi.cockpit.editor.newwidget.description.selector" ).withImg ("9.png" )
155155 .withCssClass ("fa fa-caret-square-o-down" ).withType ("selector" ).withTag ("selector" ).build ());
156156
157- if (functionalities .contains (CommunityFunctionalityConstants .EDIT_PYTHON_SCRIPTS ) && isWidgetAllowedByProduct ("Python/R " )) {
157+ if (functionalities .contains (CommunityFunctionalityConstants .EDIT_PYTHON_SCRIPTS ) && isWidgetAllowedByProduct ("Python" )) {
158158 ret .add (Widget .builder ().withName ("Python" ).withDescKey ("sbi.cockpit.editor.newwidget.description.python" ).withImg ("10.png" )
159159 .withCssClass ("fab fa-python" ).withType ("python" ).withTag ("python" ).build ());
160-
161- ret .add (Widget .builder ().withName ("r" ).withDescKey ("sbi.cockpit.editor.newwidget.description.R" ).withImg ("11.png" ).withCssClass ("fab fa-r-project" )
162- .withType ("r" ).withTag ("r" ).build ());
163160 }
164161
165162 if (functionalities .contains (CommunityFunctionalityConstants .DISCOVERY_WIDGET_USE ) && isWidgetAllowedByProduct ("Discovery" )) {
You can’t perform that action at this time.
0 commit comments