-
Notifications
You must be signed in to change notification settings - Fork 5
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
MBS-8982: Add card numbers #50
base: master
Are you sure you want to change the base?
Conversation
Failing master GHA is not related to this PR |
@@ -539,6 +546,9 @@ public static function execute(int $cmid, int $boardid, int $timestamp = 0, bool | |||
'attachments', | |||
$card->id | |||
); | |||
if ($common->usenumbers) { | |||
$card->description = numberfilter::filter($card->description); |
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.
Gut wäre es, wenn der Filter auch über die Discussions läuft.
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.
Erledigt!
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.
Ich sehe es im Code, dass du den Filter hinzugefügt hast, für die Discussions. es funktioniert bei mir aber leider nicht.
0e87e42
to
49bda93
Compare
f6915d3
to
f5ccc18
Compare
Implements #31