1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-27 17:28:39 +00:00

Fix tagging rules ordering

This commit is contained in:
Kévin Gomez 2015-11-29 16:19:02 +01:00
parent c13eda461f
commit 752b90d1f2

View file

@ -79,6 +79,7 @@ class Config
/** /**
* @ORM\OneToMany(targetEntity="Wallabag\CoreBundle\Entity\TaggingRule", mappedBy="config", cascade={"remove"}) * @ORM\OneToMany(targetEntity="Wallabag\CoreBundle\Entity\TaggingRule", mappedBy="config", cascade={"remove"})
* @ORM\OrderBy({"id" = "ASC"})
*/ */
private $taggingRules; private $taggingRules;