View Issue Details

IDProjectCategoryView StatusLast Update
0005276Composr alpha bug reports[All Projects] General / Uncategorisedpublic2023-02-13 02:20
ReporterPatrick SchmalstigAssigned ToChris Graham 
SeverityMinor-bug 
Status resolvedResolutionfixed 
Summary0005276: Member comments possibly fundamentally broken
DescriptionMember comments addon is a mess:

* actualise_post_comment bails with false when the _block_id POST parameter is not non_block, which means comments are never posted since member_comments has a block ID.

* convert_composr_type_codes('feedback_type_code', $real_feedback_type, 'content_type'); this might not be working because the feedback type being passed is block_main_comments, which is not used in any content or resource meta aware hook. Therefore, when trying to look up content privacy, it fails as the content type gets blanked out.

Potentially other issues which I am unable to detect at this time due to the above.
TagsNo tags attached.
Sponsorship open

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-02-10 01:54 Patrick Schmalstig New Issue
2023-02-10 01:54 Patrick Schmalstig Status non-assigned => assigned
2023-02-10 01:54 Patrick Schmalstig Assigned To => Chris Graham
2023-02-10 01:55 Patrick Schmalstig Description Updated View Revisions
2023-02-13 02:20 Chris Graham Status assigned => resolved
2023-02-13 02:20 Chris Graham Resolution open => fixed
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised