Replies: 1 comment
-
Ah, I may have ruined this for you! 🤕 #5810 To be fair I think there are a number of potential solutions. Something that could be helpful here would be a Form Block: #7456 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Scenario :
I want to build a Screen Template for every-time i navigate to an entity's edit screen. Essentially, this Screen would be my starting point for every new //:id screen. Duplicate the Screen Template, and adjust to the entity at hand.
I set up my "default" component structure as shown below
Now the "problem" is there is no way to bind the frmItemForm Schema, to the bounding dpItemProvider. So for every new screen i create from this template, i need to assign the dpItemProvider source, and the form's schema source.
The proposal :
Enable a Form to bind / get its schema from its bounding Data Provider.
Beta Was this translation helpful? Give feedback.
All reactions