mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- Made the status message after cut/copy more generic
- Changed the missing property message to be WARN instead of DEBUG and created section in log4j.properties for property sheet and modelling debug settings git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5066 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -97,7 +97,7 @@ has_following_categories_space=This space has the following categories applied..
|
|||||||
moved=moved
|
moved=moved
|
||||||
copied=copied
|
copied=copied
|
||||||
clipboard=Clipboard
|
clipboard=Clipboard
|
||||||
node_added_clipboard=An item was added to the clipboard. There are now {0} item(s) in the clipboard. Click ''Paste All'' in the ''More Actions'' menu to add the items to your current location.
|
node_added_clipboard=An item was added to the clipboard. There are now {0} item(s) in the clipboard. To paste all collected items navigate to the desired space then from the menu under ''More Actions'' select ''Paste All''.
|
||||||
recent_spaces=Recent Spaces
|
recent_spaces=Recent Spaces
|
||||||
shortcuts=Shortcuts
|
shortcuts=Shortcuts
|
||||||
company_home=Company Home
|
company_home=Company Home
|
||||||
|
@@ -94,8 +94,8 @@ public class UIProperty extends PropertySheetItem
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
// warn the user that the property was not found anywhere
|
// warn the user that the property was not found anywhere
|
||||||
if (missingPropsLogger.isDebugEnabled())
|
if (missingPropsLogger.isWarnEnabled())
|
||||||
missingPropsLogger.debug("Failed to find property '" + propertyName + "' for node: " + node.getNodeRef().toString());
|
missingPropsLogger.warn("Failed to find property '" + propertyName + "' for node: " + node.getNodeRef().toString());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user