-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
feat(systemtags): add bulk tagging action #48786
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
Conversation
dc9cbf5 to
14b2817
Compare
02602f0 to
f69c5be
Compare
This comment was marked as resolved.
This comment was marked as resolved.
f69c5be to
e6bc4de
Compare
9a86741 to
1e8dddc
Compare
Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: skjnldsv <[email protected]>
…nces Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: skjnldsv <[email protected]>
1e8dddc to
3e6d18a
Compare
provokateurin
left a comment
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.
PHP looks good to me, just a minor suggestion
| $table = $schema->getTable('systemtag'); | ||
|
|
||
| if (!$table->hasColumn('etag')) { | ||
| $table->addColumn('etag', 'string', [ |
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.
| $table->addColumn('etag', 'string', [ | |
| $table->addColumn('etag', Types::STRING, [ |
|
I notice that when Tags are assigned or unassigned via this bulk tagging action, the Events MapperEvent::EVENT_ASSIGN, and MapperEvent::EVENT_UNASSIGN are not dispatched. This might cause problems with any apps which rely on it. |
Fix #45935