fixed dynamic user preferences #9

added missing Chart.min.js
This commit is contained in:
Kevin Papst
2018-01-14 23:02:50 +01:00
parent 49d8796f6b
commit 827b1ae9ad
2 changed files with 12 additions and 1 deletions

11
public/js/Chart.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -122,7 +122,7 @@ class User implements UserInterface, AdvancedUserInterface
/**
* @var UserPreference[]|Collection
*
* @ORM\OneToMany(targetEntity="App\Entity\UserPreference", mappedBy="user")
* @ORM\OneToMany(targetEntity="App\Entity\UserPreference", mappedBy="user", cascade={"persist"})
*/
private $preferences;