forked from wallabag/wallabag
Fix tagging rules ordering
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user