]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Fix relations export for Entry
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 2 Oct 2016 14:06:42 +0000 (16:06 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 7 Oct 2016 05:43:19 +0000 (07:43 +0200)
commitb0458874c85060c992aa1cb78dec91ee85082b74
treece2e75fd05c22c28a79ee5dcd5f6fb72b02673b8
parent9d127b3b9365c73bc393bc303545f24c159cee31
Fix relations export for Entry

Tags & Annotations weren’t really well exported.
This is now fixed (+ tests)
src/Wallabag/AnnotationBundle/Entity/Annotation.php
src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php
src/Wallabag/CoreBundle/Entity/Entry.php
src/Wallabag/CoreBundle/Helper/EntriesExport.php
tests/Wallabag/CoreBundle/Controller/ExportControllerTest.php