profileactions
view (/clients/base/views/profileactions
) has been slightly changed as part of the redesign in its handlebar template.
You must, manually, move your customizations prior to 12.3 profileactions
to 12.3+ profileactions
by adapting your code to the new handlebar template, JavaScript and PHP code.
Extending Redesigned Views
If your customization requires extending the redesigned view component, make sure to extend the proper class going forward.
Files Prior to 12.3 |
Files 12.3+ |
- |
- |
Note: There are no new Components/Classes.
Handlebars Customization
If you have overridden handlebars template /custom
/clients/base/views/profileactions/profileactions.hbs
, you must take the redesigned component from /clients/base/views/profileactions/profileactions.hbs
and re-apply your customizations to on your custom code.