Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Add GROUP datatype & directus_fields.group column #34

Closed
rijkvanzanten opened this issue Apr 5, 2018 · 5 comments
Closed

Add GROUP datatype & directus_fields.group column #34

rijkvanzanten opened this issue Apr 5, 2018 · 5 comments

Comments

@rijkvanzanten
Copy link
Member

The GROUP datatype will be similar to ALIAS, in that it doesn't actually store any data. It's just there so the application can know it's an interface meant to group other interfaces.

The directus_fields.group column will be a foreign key to the (same) directus_fields table. That way, we have a way of marking what interfaces go in what group.

@wellingguzman
Copy link
Contributor

wellingguzman commented Apr 6, 2018

Group data type was added by 9335820

@wellingguzman
Copy link
Contributor

group column was added to directus_files by 9d9f207

@rijkvanzanten
Copy link
Member Author

rijkvanzanten commented Apr 6, 2018

You meant directus_files directus_fields

@wellingguzman
Copy link
Contributor

I meant directus_fields :)

@rijkvanzanten
Copy link
Member Author

Lol, corrected it wrong

@wellingguzman wellingguzman added this to the API 2.0 Beta Release milestone Apr 6, 2018
samvasko pushed a commit to samvasko/api that referenced this issue Nov 25, 2019
* Use v-if instead of active prop for blocker

* Start work on modal components

* Add modal and blocker to globals

* Remove default browser styling from buttons

* [WIP] Work on styling of modal

* Prevent default on first tab, so first tabbable element gets focus

* Lock scrolling & focus when modal is open

* Add footer to modal

* Use styled button in modal

* Emit click event
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants