Julien Fastré 190e2f48b3 introducer UserCircleConsistency validator
This validator allow to check that the entity is consistent between user
associated with the entity, and the scope.

The entity is consistent if the user associated can reach the scope for the
ROLE "SEE/SHOW".

This is a Constraint with scope Class. Example of utilisation:

```
@UserCircleConsistency(
 *  "CHILL_TASK_TASK_SEE",
 *  getUserFunction="getAssignee",
 *  path="circle"
 * )
class MyEntity {

  // ...

  public function getAssignee() {
    // return user
  }
}
```
2018-04-16 17:20:34 +02:00
2016-03-15 16:01:27 +01:00
2015-06-30 14:38:08 +02:00
2018-04-04 09:46:30 +02:00
2018-04-16 12:03:47 +02:00
2017-04-18 22:18:19 +02:00
2018-04-04 17:23:25 +02:00
2018-04-16 12:03:47 +02:00
2016-09-02 08:21:42 +02:00
2017-07-04 15:35:31 +02:00
2014-10-11 15:11:42 +02:00
2014-12-04 18:01:03 +01:00

ChillMain

An app for social-profit organisations

Documentation & installation

Read documentation here : http://chill.readthedocs.org

Description
Miroir de chill-bundles
Readme AGPL-3.0 58 MiB
Languages
PHP 77.3%
Twig 10.4%
Vue 7.4%
JavaScript 3.1%
TypeScript 1%
Other 0.8%