You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would allow users to decouple the project name, what's seen here:
from the project url.
If the url_name parameter is not given, it just defaults to the name parameter, thus not changing the current functionality
Though personally I'd like to see name get URL-ized by going all lowercase and replacing space with underscore or dash, but that's a bit more breaking than what I'm proposing here.
The text was updated successfully, but these errors were encountered:
There should be a "url_name" parameter or something like that.
When uploading docs where
name
has a space in it, you end up getting urls that have%20
:Personally I find this a bit ugly.
If there were another parameter that we could optionally send, we could do nifty things like this:
This would allow users to decouple the project name, what's seen here:
from the project url.
If the
url_name
parameter is not given, it just defaults to thename
parameter, thus not changing the current functionalityThe text was updated successfully, but these errors were encountered: