Skip to content

Commit

Permalink
doocument the behavior if an alias is already present in the URL
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jan 20, 2013
1 parent dff5e01 commit 622f2a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/AddOnProduct.ycp
Expand Up @@ -1478,6 +1478,8 @@ global map Export () {
* Create URL with required alias from a URL.
* If alias is empty the name is used as a fallback.
* If both are empty the URL is not modified.
* If alias is already included in the URL then it is modified
* only if the requested alias is not empty otherwise it is kept unchanged.
*/
global string SetRepoUrlAlias(string url, string alias, string name)
{
Expand Down

0 comments on commit 622f2a5

Please sign in to comment.