-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: jcr
-
Labels:
// 3. deal with locked nodes boolean wasLockable = isNodeType(MIX_LOCKABLE); boolean isLockable = isNodeType(MIX_LOCKABLE); if (wasLockable && !isLockable && holdsLock(false)) { // TODO: This should probably be done in a commit hook unlock(); sessionDelegate.refresh(true); }
AFAICT, this code block will never be executed. Clean up, Angela Schreiber?