Skip to content
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

Split tags2entity #4203

Open
wants to merge 27 commits into
base: hypernext
Choose a base branch
from
Open

Split tags2entity #4203

wants to merge 27 commits into from

Conversation

MarcelBolten
Copy link
Contributor

@MarcelBolten MarcelBolten commented Mar 10, 2023

closes #4146

@@ -114,6 +114,7 @@ public function duplicate(): int
'canread' => $this->entityData['canread'],
'canwrite' => $this->entityData['canwrite'],
'canbook' => $this->entityData['canbook'],
// TODO: check why category_id is not always present
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

category_id has been removed because it is now the same as category

FROM tags2entity WHERE item_type LIKE 'items';

-- create tags2items_types
CREATE TABLE `tags2items_types` (
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NicolasCARPi
Do we need this table? Seems like there is no possibility in the web front end to add tags to resource templates.

…arcel-split-tags2entity

# Conflicts:
#	src/Make/MakeEln.php
#	src/models/AbstractEntity.php
#	src/models/Tags.php
#	src/models/TeamTags.php
#	src/sql/schema129-down.sql
#	src/sql/schema129.sql
#	src/templates/field-builder-modal.html
#	src/templates/show.html
@MarcelBolten MarcelBolten marked this pull request as ready for review October 16, 2023 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants