-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(core/acl): fix core:default
schema generation
#10971
Conversation
…, reorganize and document the logic previously if you had `fs` and `http` plugins added in a project and then try to write an extended permission for `fs:allow-app-meta` ```json { "identifier": "fs:allow-app-meta", "allow": [ <here> ] } ``` and even though identifier is from `fs` plugin, the JSON schema suggests `path` and `url`. Now it will only suggest relevant field which is `path`
…normal set instead of special logic
Package Changes Through 4b52c42There are 3 changes which include tauri-bundler with prerelease, tauri-cli with prerelease, tauri with prerelease Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wow that's freaking awesome
closes #10733
This PR also includes a few refactors, check the commits in this PR