news client only usable by admins
Bug #181263 reported by
Cody A.W. Somerville
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Sapidlib |
In Progress
|
Medium
|
Unassigned | ||
Lpuni-final |
Invalid
|
High
|
Unassigned |
Bug Description
Currently the news client can only be used by admins as that seems to be the default permissions for newly created groups. However, when you go to set permissions for a group, the news admin says no such news group exists.
Related branches
Changed in sapidlib: | |
importance: | Undecided → Medium |
milestone: | none → rebirth-alpha |
status: | New → Confirmed |
Changed in sapidlib: | |
status: | Confirmed → In Progress |
To post a comment you must log in.
The fix to the issue of not being able to find groups is to either A) make it case-insensitive, B) make all groups lowercase and just display them as capitalized in the client, or C) the opposite, make them all capitalized when creating them and such. This is a fix I have done and it does work. I did not however push it due to the fact that regular users still can't use it seeing as in they are a part of no group, and therefore there are no permissions for them. That should be resolved before this bug is 'fixed'.