Skip to content

fix: link to new feature in about section#2698

Merged
ReimarBauer merged 4 commits intoOpen-MSS:stablefrom
divyaajainn:fix/link-to-newfeature
Mar 18, 2025
Merged

fix: link to new feature in about section#2698
ReimarBauer merged 4 commits intoOpen-MSS:stablefrom
divyaajainn:fix/link-to-newfeature

Conversation

@divyaajainn
Copy link
Contributor

Purpose of PR?: This PR fixes the milestone link in the About section. Previously, the link was incomplete because the milestone version was incorrectly formatted (for example: "9.2." instead of "9.2.0"). This fix ensures that the correct milestone version is used in the link.

Bug fix:
Fixes #2685

Copy link
Member

@ReimarBauer ReimarBauer left a comment

Choose a reason for hiding this comment

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

please fix also the broken test

text = f.read()
pattern = f'value="is:closed milestone:{__version__[:-1]}"'
pattern = f'value="is:closed milestone:{__version__}"'
assert pattern in text.decode('utf-8')
Copy link
Member

@ReimarBauer ReimarBauer Mar 16, 2025

Choose a reason for hiding this comment

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

the test maybe become later improved. It had not failed with having the bug. But it should.

It would have been better to write a test first which also fails for the bug.

Copy link
Member

@ReimarBauer ReimarBauer Mar 16, 2025

Choose a reason for hiding this comment

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

the test should. not just verify what is on the page

Bildschirmfoto 2025-03-16 um 20 24 00

so the tests needs to become improved.

@divyaajainn is that enough information?

Copy link
Contributor Author

@divyaajainn divyaajainn Mar 17, 2025

Choose a reason for hiding this comment

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

yes thank you for the info, i got it

Copy link
Member

@ReimarBauer ReimarBauer left a comment

Choose a reason for hiding this comment

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

Thx

@ReimarBauer ReimarBauer merged commit 9cbb4ab into Open-MSS:stable Mar 18, 2025
6 of 8 checks passed
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