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

fixed tag name error for creating new articles #20

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

AdamMenard
Copy link

#2

The "save_article_tags" method has been resolved to correctly save tags used in creating new articles/posts.

The bug of new articles containing the string "object" instead of the selected tag name was resolved by modifying file name publify_core/app/assets/javascripts/publify_admin.js to add the method for returning the value of an object, "val()", to the results of the ".find" method on line 79.

New articles now have the correct tags names shown when created.

@@ -65,7 +65,7 @@ function tag_manager() {
var tagApi = jQuery("#article_keywords").tagsManager({
prefilled: $('#article_keywords').val()
});

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove unnecessary whitespace on this line.

@mnfmnfm
Copy link

mnfmnfm commented Jan 22, 2018

Looks good, just need to squash commits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants