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

MBS-8982: Add card numbers #50

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

MBS-8982: Add card numbers #50

wants to merge 8 commits into from

Conversation

sh-csg
Copy link
Contributor

@sh-csg sh-csg commented Mar 27, 2024

Implements #31

@sh-csg sh-csg self-assigned this Mar 27, 2024
@sh-csg sh-csg linked an issue Mar 27, 2024 that may be closed by this pull request
@sh-csg
Copy link
Contributor Author

sh-csg commented Mar 27, 2024

Failing master GHA is not related to this PR

amd/src/selectors.js Outdated Show resolved Hide resolved
classes/numberfilter.php Show resolved Hide resolved
amd/src/cardnumber.js Outdated Show resolved Hide resolved
lang/en/kanban.php Show resolved Hide resolved
@@ -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);

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Erledigt!

Copy link

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.

classes/external/get_kanban_content.php Show resolved Hide resolved
mod_form.php Outdated Show resolved Hide resolved
styles.css Show resolved Hide resolved
amd/src/card.js Show resolved Hide resolved
classes/numberfilter.php Outdated Show resolved Hide resolved
amd/src/cardnumber.js Outdated Show resolved Hide resolved
@sh-csg sh-csg force-pushed the MBS-8982-Card-numbers branch from 0e87e42 to 49bda93 Compare December 5, 2024 13:42
@sh-csg sh-csg force-pushed the MBS-8982-Card-numbers branch from f6915d3 to f5ccc18 Compare December 16, 2024 07:17
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.

Add numbers to cards
2 participants