mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #00378
[Bug 537492] Re: Group View Creation Error
Thanks Rich, that *is* helpful. The query in the ActivityTypeViewaccess
constructor looks to me like it assumes the view is owned by an
individual user rather than a group, it's probably code from before we
had group views. It does make me wonder why this bug doesn't happen for
everyone. I'll fix up that query and get back to you, I think it just a
matter of using an outer join there instead of an inner join.
** Changed in: mahara
Status: New => Confirmed
** Changed in: mahara
Assignee: (unassigned) => Richard Mansfield (richard-mansfield)
--
Group View Creation Error
https://bugs.launchpad.net/bugs/537492
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Status in Mahara ePortfolio: Confirmed
Bug description:
Creating a new "Group View" results in an error message when it's created.
"View not found
You tried to access a view that didn't exist!
View with id 2310 not found"
The view is still created, and can be edited and renamed. The same error happens when we save from edit view access panel, which prevents saving the view to be "copyable"
References