[Sakai Jira] Reopened: (SAKIII-4757) Participants link no longer render people list
Daniel Parry (JIRA)
sakai-ui-dev-tracking at collab.sakaiproject.org
Mon Jan 16 04:29:55 PST 2012
[ https://jira.sakaiproject.org/browse/SAKIII-4757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniel Parry reopened SAKIII-4757:
----------------------------------
Reopening for comment on whether the data should be a concern going forward.
Feel free to re-close if having the stray {}'s is nothing to worry about going forward!
Thanks!
> Participants link no longer render people list
> ----------------------------------------------
>
> Key: SAKIII-4757
> URL: https://jira.sakaiproject.org/browse/SAKIII-4757
> Project: Sakai OAE UI Dev
> Issue Type: Bug
> Components: Groups
> Affects Versions: 1.1.0
> Reporter: Daniel Parry
> Assignee: Bert Pareyn
> Priority: Critical
> Fix For: 1.2.0
>
>
> The procedure used to replace groups with People Lists may be to blame-
> The original state was as Prelude had been- we had two groups which had as members the teaching office staff and the teaching staff. These two groups were added as members of all the courses. We wanted to change these groups to be People Lists instead. This is how we tried to effect this change:
> 1) Create the two People Lists
> 2) Go to the profile page of each of the two old groups
> 3) Delete the group using the top-right gear, confirm delete from system.
> 4) On each course, add the new People Lists to the participants, so the manage participant now lists Jo Roberts, Teaching Staff, Teaching Office, and possibly some named individuals.
> The first time I did this on prelude, I accidentally deleted the People List (rather than the equivalent old group), however, that was before anything else and so simply required recreating that People List, so this is (hopefully!) not the cause.
> We ended up with this JSON in our instance for https://prelude.ucamoae.caret.cam.ac.uk/var/search/groupmembers-all.json?group=3C6-Vibration&items=18&page=0&sortOn=lastName&sortOrder=asc&_charset_=utf-8
> {
> "items": 18,
> "results": [
> { },
> { },
> { ... },
> {
> "hash": "sdg13",
> "basic": {
> "access": "everybody",
> "elements": {
> "lastName": {
> "value": "Guest"
> },
> "firstName": {
> "value": "Simon"
> }
> }
> },
> "rep:userId": "sdg13",
> "userid": "sdg13",
> "counts": {
> "contactsCount": 0,
> "membershipsCount": 1,
> "contentCount": 9,
> "countLastUpdate": 1326289384418
> },
> "sakai:excludeSearch": false,
> "homePath": "/~sdg13",
> "user": "sdg13",
> "sakai:status": "offline",
> "sakai:location": "none"
> },
> {
> "hash": "jm367",
> "basic": {
> "access": "everybody",
> "elements": {
> "lastName": {
> "value": "Roberts"
> },
> "firstName": {
> "value": "Jo"
> }
> }
> },
> "rep:userId": "jm367",
> "userid": "jm367",
> "counts": {
> "contactsCount": 0,
> "membershipsCount": 144,
> "contentCount": 1318,
> "countLastUpdate": 1326290214075
> },
> "sakai:excludeSearch": false,
> "homePath": "/~jm367",
> "user": "jm367",
> "sakai:status": "offline",
> "sakai:location": "none"
> }
> ],
> "total": 5
> }
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the sakai-ui-dev-tracking
mailing list