#2075 - Composr 9.0.21: Blogs now considered high impact content instead of mid-impact
| Identifier | #2075 |
|---|---|
| Issue type | Minor issue (breaks specific functionality) |
| Title | Composr 9.0.21: Blogs now considered high impact content instead of mid-impact |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | news |
| Description | A user came to me telling me they weren't allowed to post blogs, getting an error "there are no categories at this time". After playing around with permissions and user level account permissions, I have determined the problem is somehow Blogs are on the same impact level as news now (high), instead of where they used to be (mid). |
| Steps to reproduce | 1. Use Composr 9.0.21. 2. Turn off submission of high level impact for users in global permissions. 3. Try to submit a blog as a user. 4. Error is thrown about no available categories. 5. Turn on submission of high impact content for users. 6. Repeat step 3. 7. User can now submit blogs. |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".
Comments
This didn't occur when I had version 9.0.20
I think I can see where the issue is.
It may be it did go wrong in some patch release, but not the last one.
Issue was that it filtered by permissions on an EXISTING news cat, but not on a POTENTIAL news cat. So it worked once (for POTENTIAL) then failed.
I have added special case handling for existing self-owned blog cat.