yii2-taggable icon indicating copy to clipboard operation
yii2-taggable copied to clipboard

Manage tags of ActiveRecords in PHP-framework Yii 2.0

Results 7 yii2-taggable issues
Sort by recently updated
recently updated
newest added

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 . '...