- 19 Dec, 2019 11 commits
-
-
colemanw authored
Add `permission` option, which is used by API (prefill/submit) and the router See merge request extensions/afform!17
-
totten authored
-
totten authored
-
totten authored
-
totten authored
I was originally expecting to need to flush the menu whenever the `permission` changed. That's not necessary now (because the true permission check is deferred until it's needed), but the cleanup may still be helpful in the future (e.g. if we enable nav-menu integration or change the way permissions are implemented).
-
totten authored
-
totten authored
-
totten authored
-
totten authored
-
totten authored
Using a real Angular module means that the page can be opened in an E2E test.
-
totten authored
-
- 13 Dec, 2019 1 commit
-
-
colemanw authored
Use dynamic snippet for afform module layout. See merge request extensions/afform!16
-
- 12 Dec, 2019 3 commits
-
-
totten authored
-
totten authored
Technically, it's two changes: 1. Changing `snippets` to `partialsCallback` to reduce the amount of upfront IO/memory. 2. Changing the mocked-up filename to start with `~/theAngModule/`. So modules implemented in afform look more look other modules. Makes it work with `cv ang:html:list` and `cv ang:html:show`.
-
colemanw authored
-
- 11 Dec, 2019 5 commits
- 10 Dec, 2019 9 commits
-
-
totten authored
-
colemanw authored
-
totten authored
afform_gui - Add nav item under "Administer => Customize Data and Screens" See merge request extensions/afform!14
-
colemanw authored
Add "has_local" and "has_packaged." Adjust "Revert" button. See merge request extensions/afform!15
-
totten authored
-
totten authored
-
totten authored
-
totten authored
-
totten authored
-
- 09 Dec, 2019 3 commits
- 08 Dec, 2019 2 commits
-
-
colemanw authored
-
- 01 Dec, 2019 1 commit
-
-
colemanw authored
Any markup not using a tag/class/attribute understood by the GUI editor will have its contents preserved "as-is" in a "#markup" string.
-
- 28 Nov, 2019 4 commits
- 26 Nov, 2019 1 commit
-
-
colemanw authored
Improve efficiency by not fetching layout if not needed in api.get Fix test failure by correctly merging existing metadata during update
-