From: Kévin Gomez Date: Sun, 29 Nov 2015 15:19:02 +0000 (+0100) Subject: Fix tagging rules ordering X-Git-Tag: 2.0.0-alpha.1~11^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=752b90d1f2e279d3662d5431b09c7587df2937ca;p=github%2Fwallabag%2Fwallabag.git Fix tagging rules ordering --- diff --git a/src/Wallabag/CoreBundle/Entity/Config.php b/src/Wallabag/CoreBundle/Entity/Config.php index 1204efa8..2ca4182e 100644 --- a/src/Wallabag/CoreBundle/Entity/Config.php +++ b/src/Wallabag/CoreBundle/Entity/Config.php @@ -79,6 +79,7 @@ class Config /** * @ORM\OneToMany(targetEntity="Wallabag\CoreBundle\Entity\TaggingRule", mappedBy="config", cascade={"remove"}) + * @ORM\OrderBy({"id" = "ASC"}) */ private $taggingRules;