Issue 313 - Blank tag logs for un-submitted posts#315
Issue 313 - Blank tag logs for un-submitted posts#315zarifmahmud wants to merge 2 commits intodevelopfrom
Conversation
|
@zarifmahmud Just tested this out. When a post is created on the canvas, the tags that are added when creating the post are logged like we want, so it works fine there. But when you create a post inside a bucket, the tags aren't logged. I think you may just have to emit the POST_TAG_ADD event from there as well. |
|
@LunarFang416 Thanks for reviewing. @zarifmahmud please let me know once this is updated and I'll check it out then :) |
|
Should be ready to go now! |
JoelWiebe
left a comment
There was a problem hiding this comment.
Hmm, for some reason I'm still not getting any tags showing up in logs from a bucket
Tested:
- Created a board
- Created a bucket
- Open the editor for a new post in the new bucket
- Clicked on one of the default tags
- Wrote a title
- Added the posts
- Downloaded the CSV file from the project dashboard
For some reason I'm still getting no tags logged in the trace logs. Additionally, I'm noticing that there isn't even a log for the post being created (there should be a Post_Create event for the creation of the post and Post_Tag_Add events for each of the tags.
If there is anything I can further clarify, please let me know. Maybe we can have a quick call sometime!


Details
Closes #313