Removed some extraneous and probably buggy code related to label templates.
This commit is contained in:
@@ -331,16 +331,10 @@ angular.module('umbraco.services').factory('archetypeLabelService', function (ar
|
||||
if(label) {
|
||||
templateLabelValue = label;
|
||||
}
|
||||
else {
|
||||
templateLabelValue = templateLabelValue;
|
||||
}
|
||||
}
|
||||
}
|
||||
else {
|
||||
return templateLabelValue;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if(!templateLabelValue) {
|
||||
|
||||
Reference in New Issue
Block a user