View Issue Details

IDProjectCategoryView StatusLast Update
0005084Composr alpha bug reports[All Projects] General / Uncategorisedpublic2022-11-29 21:08
ReporterPatrick SchmalstigAssigned ToPatrick Schmalstig 
SeverityMajor-bug 
Status resolvedResolutionfixed 
Summary0005084: Adding a download category: parent_id missing
DescriptionAdding a download category triggers required parameter parent_id is missing.

This is not a simple fix; $parent_id in get_form_field must be null when using root so the field does not show up, but this means it's undefined (null) in the actualiser (which requires it to be an integer, not null, to add the category).
TagsNo tags attached.
Sponsorship open

Activities

Chris Graham

2022-11-29 21:08

administrator   ~0007757

I do not know why we were hiding the parent field. That didn't make any sense to me. So I've just unhid it.

Issue History

Date Modified Username Field Change
2022-11-28 21:16 Patrick Schmalstig New Issue
2022-11-28 21:16 Patrick Schmalstig Status non-assigned => assigned
2022-11-28 21:16 Patrick Schmalstig Assigned To => Patrick Schmalstig
2022-11-28 21:16 Patrick Schmalstig Description Updated View Revisions
2022-11-29 21:08 Chris Graham Status assigned => resolved
2022-11-29 21:08 Chris Graham Resolution open => fixed
2022-11-29 21:08 Chris Graham Note Added: 0007757
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised