Issues
- Adding a category when creating a new blog post causes an errorCONTENTBOX-1438Resolved issue: CONTENTBOX-1438
- Category isPublic new boolean flag cannot be notnull=true as it has been a new added fieldCONTENTBOX-1355Resolved issue: CONTENTBOX-1355Luis Majano
- Allow Categories to be Internal/UnPublishedCONTENTBOX-1283Resolved issue: CONTENTBOX-1283Luis Majano
- Introduce category count caching to speed up renderingsCONTENTBOX-1219Resolved issue: CONTENTBOX-1219Luis Majano
- categories widget to NOT show 0 count itemsCONTENTBOX-1096Resolved issue: CONTENTBOX-1096
- Throwing error while adding the existing name in Permission, Permission Group, Categories and RolesCONTENTBOX-1058Resolved issue: CONTENTBOX-1058Mitrah Soft
- Refactor formulas for category reports and optimized for better performanceCONTENTBOX-952Resolved issue: CONTENTBOX-952
- MSSQL Regression due to Category FormulasCONTENTBOX-943Resolved issue: CONTENTBOX-943
- Add getNumberOfContentStore and PublishedContentStore formulas to categoriesCONTENTBOX-912Resolved issue: CONTENTBOX-912
- Category hierarchiesCONTENTBOX-794Luis Majano
- Delete button in Categories Manager fires Bulk Delete as wellCONTENTBOX-704Resolved issue: CONTENTBOX-704Gavin Pickin
- Content export format support for JSON and XMLCONTENTBOX-672Resolved issue: CONTENTBOX-672Luis Majano
- Categories bi-directional relationship has cascade delete effect on related content, not targeted content.CONTENTBOX-534Resolved issue: CONTENTBOX-534Luis Majano
- Bulk removal of categoriesCONTENTBOX-294Resolved issue: CONTENTBOX-294Luis Majano
- Issue removing categories from system as many-to-many was missing bi-directional cleanupsCONTENTBOX-285Resolved issue: CONTENTBOX-285Luis Majano
- Ability to import and export categoriesCONTENTBOX-270Resolved issue: CONTENTBOX-270Luis Majano
- Add Category and Kill a Blog PostCONTENTBOX-241Resolved issue: CONTENTBOX-241Luis Majano
- Improve User Experience for Category ManagementCONTENTBOX-157Resolved issue: CONTENTBOX-157Joel Watson
- Can't Modify Category SlugsCONTENTBOX-34Resolved issue: CONTENTBOX-34Joel Watson
- Error when saving a category that already exists from entry editorCONTENTBOX-29Resolved issue: CONTENTBOX-29Joel Watson
20 of 20
Adding a category when creating a new blog post causes an error
Fixed
Description
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
UnassignedUnassignedReporter
Gavin PickinGavin PickinFix versions
Components
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Gavin Pickin
Gavin PickinFix versions
Components
Priority
Sentry
Sentry
Sentry
Created June 7, 2022 at 11:46 PM
Updated August 5, 2022 at 9:02 PM
Resolved August 5, 2022 at 9:02 PM
Activity
Show:
Alpine upgrade seems to have messed this up. With the multi site setup, it’s not passing the site in, and it’s showing the error in the browser.
{ "data": {}, "error": true, "pagination": { "totalPages": 1, "maxRows": 0, "offset": 0, "page": 1, "totalRecords": 0 }, "messages": [ "General application error: The parameter [site] to function [createCategories] is required but was not passed in." ] }