displayed project name different than project path #4367
cbellettini
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hello,
is it possible to display in webapp a project name different than project path? e.g.:
the webapp shows the name I want, but the xref links always point to "name", and thus it's broken.
use case is:
same project names for different hardware platforms.
I would create a group per each platform, such as:
platform1
|______project1 (points to /platform1_project1)
|______project2 (points to /platform1_project2)
platform2
|______project1 (points to /platform2_project1)
|______project2 (points to /platform2_project2)
it would look much better if I could display a custom name, instead of the real folder name.
thanks
Beta Was this translation helpful? Give feedback.
All reactions