]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix tagging rules ordering 1478/head
authorKévin Gomez <contact@kevingomez.fr>
Sun, 29 Nov 2015 15:19:02 +0000 (16:19 +0100)
committerKévin Gomez <contact@kevingomez.fr>
Sun, 29 Nov 2015 15:19:02 +0000 (16:19 +0100)
src/Wallabag/CoreBundle/Entity/Config.php

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