Skip to content
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

Tags and draft #274

Closed
clickwork-git opened this issue May 12, 2016 · 6 comments
Closed

Tags and draft #274

clickwork-git opened this issue May 12, 2016 · 6 comments
Labels
Bug Bug in latest release version.

Comments

@clickwork-git
Copy link
Contributor

New added tags are not saved when saving a post as draft or setiing from published to draft.

@xm74
Copy link
Contributor

xm74 commented May 12, 2016

Confirm

@dignajar dignajar added the Bug Bug in latest release version. label May 28, 2016
@janxb
Copy link
Contributor

janxb commented Jul 26, 2016

@dignajar.
Right now, dbTags is storing only published posts.
So as i see this, there are two possible ways to solve this:

  1. The dbTags could store every post (unpublished too) and we filter after creating every post object
  2. The dbTags stores every post and we add an additional field (like in dbPosts), so we can filter directly in this class.

I would go for number 2, because the behavior would be similar to dbPosts. But i don't want to refactor without asking for your opinion.. ;)

PS: The first solution would be as simple as this.

@Van-Halen
Copy link

Not sure if this has been addressed yet, but for Pages tags are not saved unless there are present in Posts.

@janxb
Copy link
Contributor

janxb commented Jul 28, 2016

Yes it has, see here ;)
#263

@alexandreteles
Copy link
Contributor

@dignajar said:
The dbTags stores every post and we add an additional field (like in dbPosts), so we can filter directly in this class.

I think this is a more elegant solution to solve this problem. This issue should be a priority because, in some way, it broke Bludit's main functionality and It's really annoying :D

@dignajar
Copy link
Member

dignajar commented Nov 8, 2017

Tags are improved on Bludit v2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Bug in latest release version.
Development

No branches or pull requests

6 participants