You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Describe the bug
The code action to convert existing promoted actions to the new action bar syntax fails on objects of type "Page" when in the app.json the feature flag NoPromotedActionProperties is enabled. The code action still works fine on page extensions though.
By "it fails" I mean that the "PromotedXXX" properties are correctly removed, but the actionref items are not created. An empty aread(Promoted) is created. Like so:
If I remove that feature flag, everything works as expected on both objects (page + pageextension).
2. To Reproduce
Steps to reproduce the behavior:
Open your app.json, and enable the feature flag NoPromotedActionProperties
Try to convert any promoted action
3. Expected behavior
Both page + pageextension objects should be converted correctly, with or without the feature flag NoPromotedActionProperties enabled.