Description
Is there an existing issue for this?
- I have searched the existing issues
Description
I integrated the document module into my project and configured it. Afterward, I added my GitHub details to the document. Initially, everything seemed fine. However, when I attempted to add a new project to the application using the admin project menu, I encountered an issue. The list displayed both the first and second projects, but upon clicking, I encountered an error. Even after I removed the newly added project, I continued to encounter the same error. It seems that the LatestVersionBranchName is being prepended in the version details. Because I used "handbook" as my LatestVersionBranchName for the second project, I got the error as "ArgumentException: 'handbook.0.0' is not a valid version string."
I am using mysql as my db:
This is my DocsProjects details
I hope you can help me figure out the issue
Reproduction Steps
- Add two projects in the application.
- Go to Documents menu
- Click a project
Expected behavior
No response
Actual behavior
No response
Regression?
No response
Known Workarounds
No response
Version
7.4
User Interface
MVC
Database Provider
EF Core (Default)
Tiered or separate authentication server
None (Default)
Operation System
Windows (Default)
Other information
No response