Replies: 2 comments 3 replies
-
FYI I did the exact same behavior with another module and everything works as expected. I'm not sure if this happening if I don't have a default feature for a newly created module, in other words creating a feature with a module name |
Beta Was this translation helpful? Give feedback.
0 replies
-
To attache a shape to give feature you can apply attribute on class e.g shape table provider. Shape views are always attached to default feature of module( ie feature name same as module name) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I create a custom module that extend the
UserMenu
, I decorated the menu shape with@attribute
directive as the following:The problem that I saw, any injected service is executed before the attribute applied, so is there a way to ensure the attribute got executed first
@ns8482e I remembered you mentioned
FeatureAttribute
on RazorPages long time ago, do you have any idea?Beta Was this translation helpful? Give feedback.
All reactions