0
votes

I have an Enum that can be edited in SAP Hybris Commerce Backoffice Administration Cockpit. How can I restrict the values that can be choosen? Is it possible to write a custom AbstractCockpitEditorRenderer to solve this problem?

1

1 Answers

0
votes

You can extend defaultenum editor for removing values from combo. Also you need protection for impex or other scenarios. You can create validator for protection.