OpenSourceBrain / redmine

This is a customised version of redmine for the Open Source Brain website
http://www.opensourcebrain.org
5 stars 3 forks source link

Shows URL in the "new project" view that shows based on the auto-generated identifier #338

Closed sanjayankur31 closed 4 years ago

sanjayankur31 commented 4 years ago

Looks like this:

issue-325-fix

pgleeson commented 4 years ago

@sanjayankur31 Looks good, but the url should not be changeable by the user, it will have to contain just the identifier, which can be reset/changed in this form:

Selection_999(342)

Maybe take away the textedit box & just have an autogenerated label for the url

BTW feel free to create a feature specific branch for these updates in this repo. Makes it easier to switch/merge for local testing.

sanjayankur31 commented 4 years ago

Ah, weird. Neither the identifier nor the generated text should be editable by the user. I'll test that out again.

OK, sure, I'll make branches on this repo instead of my fork.

pgleeson commented 4 years ago

Ok, but just to clarify, the identifier should be editable by the user (it may even be clearer to have it as white, but still autogenerated), so that if a user does use a long name for the project they can edit the identifier to something more managable. There should of course be a check if the identifier is already taken.