remove unsupported operators in angular material object renderer by LukasBoll · Pull Request #2160 · eclipsesource/jsonforms
Navigation Menu
{{ message }}
eclipsesource / jsonforms Public
- Notifications You must be signed in to change notification settings
- Fork 421
Merged
sdirix merged 1 commit intoeclipsesource:masterfrom
Aug 7, 2023Merged
Conversation
Copy link
Contributor
LukasBoll
commented
Jul 11, 2023
LukasBoll
commented
remove unsupported operators in angular material object renderer
closes #2083
Copy link
✅ Deploy Preview for jsonforms-examples ready!
| Name | Link |
|---|---|
| 🔨 Latest commit | 8f2d538 |
| 🔍 Latest deploy log | https://app.netlify.com/sites/jsonforms-examples/deploys/64c6925210faa600082b8289 |
| 😎 Deploy Preview | https://deploy-preview-2160--jsonforms-examples.netlify.app |
| 📱 Preview on mobile |
To edit notification comments on pull requests, go to your Netlify site configuration.
Copy link
sdirix reviewed Jul 12, 2023
| delete newSchema.oneOf; | ||
| delete newSchema.anyOf; | ||
| delete newSchema.allOf; | ||
| return generateDefaultUISchema(newSchema, 'Group'); |
Copy link
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While this is the underlying implementation, we typically invoke it via Generate.uischema. Can you adapt accordingly?
LukasBoll
force-pushed
the
fixStackOverflowAngularAnyOf
branch
from
08db5e6 to
db12562
Compare
LukasBoll
force-pushed
the
fixStackOverflowAngularAnyOf
branch
from
db12562 to
8f2d538
Compare
sdirix approved these changes Aug 7, 2023
sdirix
merged commit
d8d261e
into
eclipsesource:master
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment