yii2-taggable
yii2-taggable copied to clipboard
Manage tags of ActiveRecords in PHP-framework Yii 2.0
Hi Sjaak, Thanks for this awesome widget. It really helped me a lot in my recent project. I however found an issue that the tags are not saved after submitting...
Without specifying the table name in join condition, an error is thrown: SQLSTATE[42702]: Ambiguous column: 7 ERROR: column reference "id" is ambiguous LINE 1: ...tag".* FROM "tag" INNER JOIN "article_tag"...
I have a model: Article with tags when i create\modify model through crud - everything is fine, but when i try to update model attribute through cmd command ( $model->src_published...
I use in gridview, and I want to filter and search. Can you explain how ? Thanks in advanced
Hello! I suppose doesn't work setting $orderAttribute to "false" in class TaggableBehavior. If is setting it to false i have an error when searching tags: ``` return $tc::find()->innerJoin($this->junctionTable . '...