Improvements to ModuleCreator external template to use Package references and include framework in Nuspec file
This commit is contained in:
@ -173,7 +173,7 @@
|
||||
|
||||
if (alias.Path != "")
|
||||
{
|
||||
path = path.Replace(alias.Path + "/", "");
|
||||
path = path.Substring(alias.Path.Length + 1);
|
||||
}
|
||||
|
||||
// extract admin route elements from path
|
||||
|
Reference in New Issue
Block a user