servicecatalog / oscm

An Enterprise-ready Cloud Services Management Software.
https://openservicecatalogmanager.org
Apache License 2.0
38 stars 14 forks source link

Check modified page for Richfaces compatibility. #554

Closed farmakiG closed 4 years ago

farmakiG commented 4 years ago

Summary The first page where the dropdown or datatable has been replaced with the Bootsfaces variant has to be checked for compatibility with Richfaces functionality.

Additional context This task is a prerequisite for other tasks.

farmakiG commented 4 years ago

Bootsfaces and Richfaces are in general compatible. It has been tested and proved that the functionality of affected pages remains intact.

However, there are some components which need careful replacement in the classic portal, as the Richfaces and Bootsfaces components are NOT compatible.

These are the components: rich:dataTable and b:dataTable, and t:panelGrid and b:dataTable, since the former include several attributes which are not supported in the Bootfaces datatables. The missing attributes must be compensated in other ways therefore this component replacement requires effort.

These tags which are used in several places in the classic portal are: adm:dataTable adm:baseTable adm:subscriptionTable adm:subsriptionTableColumn

Furthermore, also rich:dataTable which will be replaced by b:dataTable has to be adjusted for the missing attributes. This task can be closed, as a respective Task can be planned for each Epic concerning the replacement of the "Datatables".