mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V4.2-BUG-FIX (4.2.1) to HEAD (Cloud/4.3)
56634: Merged V4.2.0 (4.2) to V4.2-BUG-FIX (4.2.1) 56458: Fix for ALF-20277 - Impossible to login to Alfresco JSF client when alfresco is read only. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@56652 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -203,7 +203,7 @@ public final class User implements SessionUser
|
||||
}
|
||||
return this.preferences;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get or create the node used to store user preferences.
|
||||
* Utilises the 'configurable' aspect on the Person linked to this user.
|
||||
@@ -267,7 +267,7 @@ public final class User implements SessionUser
|
||||
}
|
||||
return prefRef;
|
||||
}
|
||||
});
|
||||
}, txService.isReadOnly());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user