-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 313 - Blank tag logs for un-submitted posts #315
base: develop
Are you sure you want to change the base?
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! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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