mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-16 10:22:14 +01:00
Fix tagging rules ordering
This commit is contained in:
parent
c13eda461f
commit
752b90d1f2
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user