mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
tp: adapt controller/entity/formtype to works with new ACL (TO BE CHECKED)
* rename type by types -> getTypes() getter * adapt controller to fix centers errors * remove voteOnAttribute return always true in voter
This commit is contained in:
@@ -341,7 +341,7 @@ class ThirdParty
|
||||
*/
|
||||
public function getTypes()
|
||||
{
|
||||
return $this->type;
|
||||
return $this->types;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user