Skip to content

remove tl tag - #153

Open
mstrelan wants to merge 1 commit into
masterfrom
feature/tag-removeal
Open

remove tl tag#153
mstrelan wants to merge 1 commit into
masterfrom
feature/tag-removeal

Conversation

@mstrelan

@mstrelan mstrelan commented Jul 8, 2026

Copy link
Copy Markdown
Collaborator

Removes the concept of tagging, and hardcodes 'activity_id' => 9 for the redmine connector. I don't know if 9 is significant or the LLM just chose it for fun, but I don't really know anything about redmine to verify. We could probably have a follow up to remove redmine.

@mstrelan
mstrelan requested a review from larowlan July 8, 2026 22:27
Comment thread src/Repository/Schema.php
$slots->addColumn('tid', 'bigint', ['unsigned' => TRUE]);
$slots->addColumn('teid', 'bigint', ['unsigned' => TRUE])->setNotnull(FALSE);
$slots->addColumn('comment', 'string', ['length' => 255])->setNotnull(FALSE);
$slots->addColumn('category', 'string', ['length' => 255])->setNotnull(FALSE);

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

I think these changes will trigger a schema update which from memory doesn't work - can we just keep the column and it will be null?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

It just prompts you to run tl install and that seems to update the schema

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants