wallabag/src/Wallabag/CoreBundle/Entity
Jeremy Benoist fc031e5706 Avoid multiple tag creation
When a new tag is created but not yet persisted, it can be duplicated.
It could happen when multiple rules match the content and at least 2 of them should attach same new tag.

Fix #1528
2015-12-28 13:20:48 +01:00
..
Config.php Fix tagging rules ordering 2015-11-29 16:19:02 +01:00
Entry.php Avoid multiple tag creation 2015-12-28 13:20:48 +01:00
Tag.php add slug for tags 2015-12-28 12:49:45 +01:00
TaggingRule.php changed table name for tagging rule 2015-12-08 09:05:56 +01:00