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
logger.debug("i=\"%s\" Overriding name of name=\"%s\" of type=%s in app context app=%s with owner=%s to new name of newname=\"%s\""% (self.stanzaName, info["name"], type, app, info["owner"], info["name"][7:]))
323
323
info["name"] =info["name"][7:]
324
-
324
+
eliftype=="fieldaliases":
325
+
newName=info["name"]
326
+
newName=newName[newName.find("FIELDALIAS-")+11:]
327
+
logger.debug("Overriding name of %s of type %s in app context %s with owner %s to new name of %s"% (info["name"], type, app, info["owner"], newName))
328
+
info["name"] =newName
329
+
325
330
#Some attributes are not used to create a new version so we remove them...(they may have been used above first so we kept them until now)
0 commit comments