|
50b7554aea
|
optimize query for current address + documentation
|
2021-09-20 13:56:43 +02:00 |
|
|
f63d4fcfba
|
optimize query for person
|
2021-09-20 13:56:43 +02:00 |
|
|
6bc83edfe9
|
Refactor PersonSearch and create PersonACLAwareRepository
The search api delegates the query to a person acl aware "repository"
(although this does not implements ObjectRepository interface).
|
2021-09-20 13:56:43 +02:00 |
|
|
f87f03b5c0
|
Move CenterResolverInterface auto-configuring to bundledefinition
It seems that the service encountered in bundle loaded before does not
works.
|
2021-09-20 13:56:43 +02:00 |
|
|
addcf72ae6
|
improve addresses
|
2021-09-20 13:56:43 +02:00 |
|
|
b4e78a948b
|
remove NOT NULL for User::usernamecanonical
|
2021-09-20 13:56:43 +02:00 |
|
|
9b38e486df
|
extends User entity + alter admin (WIP)
|
2021-09-20 13:56:43 +02:00 |
|
|
960bac8c37
|
create alias for RoleProvider for allowing autowiring
|
2021-09-20 13:56:43 +02:00 |
|
|
dc09c9424a
|
refactor ACL for easy voter. Apply on TaskVoter
|
2021-09-20 13:56:43 +02:00 |
|
|
5b70fb2ee5
|
adapt UI and controller for Person without centers
|
2021-09-20 13:56:43 +02:00 |
|
|
2450655452
|
enable autoloading for form in person bundle
|
2021-09-20 13:56:43 +02:00 |
|
|
41d76542b4
|
move validation on person into annotations
|
2021-09-20 13:56:43 +02:00 |
|
|
7faddbe3fe
|
move birthday validator to namespace person + rewrite tests
|
2021-09-20 13:56:43 +02:00 |
|
|
eec798cfd3
|
entity person: create a validator to check a person entity is linked
with a center
This validator take a parameter in configuration
|
2021-09-20 13:56:43 +02:00 |
|
|
03e8624528
|
entity person: allow center to be not null
|
2021-09-20 13:56:43 +02:00 |
|
|
501ffe7829
|
Merge branch 'improve_address' into person_renderbox_thirdparty_onthefly
|
2021-09-18 21:48:42 +02:00 |
|
|
a842229d5e
|
improve addAddress
|
2021-09-18 21:47:04 +02:00 |
|
|
4b87e16f6d
|
Merge branch 'improve_address' into person_renderbox_thirdparty_onthefly
|
2021-09-18 17:05:13 +02:00 |
|
|
2788170f03
|
slot buttons up from actionButtons to addAddress
|
2021-09-18 17:02:45 +02:00 |
|
|
1b4e5c4956
|
tp: adapt variables for _insert_vue_address
|
2021-09-18 16:58:49 +02:00 |
|
|
bde9e44f87
|
Merge branch 'improve_address' into person_renderbox_thirdparty_onthefly
|
2021-09-17 15:55:57 +02:00 |
|
|
4855ec2065
|
AddAddress: adding a forceRedirect option
|
2021-09-17 15:55:10 +02:00 |
|
|
c440d8a2bd
|
tp: adapt variables for include _insert_vue_address
|
2021-09-17 15:32:36 +02:00 |
|
|
210d819125
|
tp: adapt variables for include _insert_vue_address
|
2021-09-17 13:26:57 +02:00 |
|
|
8204107ceb
|
Merge branch 'improve_address' into person_renderbox_thirdparty_onthefly
|
2021-09-17 13:26:28 +02:00 |
|
|
3f3b7af42b
|
AddAddress: adjust Open and Close methods for each step
|
2021-09-17 13:25:18 +02:00 |
|
|
331dd286e7
|
AddAddress: adding a new stickyActions option
|
2021-09-17 13:25:18 +02:00 |
|
|
f048395a89
|
AddAddress: reorganize 4 steps Pane: show, suggest, edit, and date
|
2021-09-17 13:25:18 +02:00 |
|
|
6a60758c0d
|
AddAddress: openPanesInModal, uniq option to enable/disable all step123 in Modal
|
2021-09-17 13:25:18 +02:00 |
|
|
782f0bc332
|
twig _insert_vue_address, rename mode create
|
2021-09-17 13:25:18 +02:00 |
|
|
4bafa83b65
|
Address: rename [Show|Edit]AddressPane files
|
2021-09-17 13:25:18 +02:00 |
|
|
6e42b08627
|
Address: remove unused file
|
2021-09-17 13:25:18 +02:00 |
|
|
3c5f0ce15e
|
Merge branch 'improve_address' into person_renderbox_thirdparty_onthefly
|
2021-09-16 22:25:55 +02:00 |
|
|
7ab57eba9a
|
AddAddress: adding useDate.validFrom/validTo options
|
2021-09-16 22:21:47 +02:00 |
|
|
3279db85de
|
Merge branch 'improve_address' into person_renderbox_thirdparty_onthefly
|
2021-09-16 21:26:10 +02:00 |
|
|
6ab1391bd8
|
addAddress: allow other rootcomponent to not precise bindmodal options
|
2021-09-16 21:21:40 +02:00 |
|
|
ce40814aa9
|
Merge branch 'improve_address' into person_renderbox_thirdparty_onthefly
|
2021-09-16 21:17:29 +02:00 |
|
|
c58d1eccc5
|
AddAddress: rename callback method
|
2021-09-16 20:49:46 +02:00 |
|
|
f66df3b77c
|
fix include parameters missing comma
|
2021-09-16 20:36:11 +02:00 |
|
|
2aa0bbf371
|
tp: fix bindModalStep variable rename with _insert_vue_address
|
2021-09-16 20:34:10 +02:00 |
|
|
0bb0b24c21
|
Merge branch 'improve_address' into person_renderbox_thirdparty_onthefly
|
2021-09-16 19:58:03 +02:00 |
|
|
aae2ee32f6
|
add-address sub-component key
|
2021-09-16 19:56:15 +02:00 |
|
|
8dbdc28df1
|
vue_accourse: AddAddress final submit, managed by callback and not an event
|
2021-09-16 19:56:15 +02:00 |
|
|
9ff58fe0c3
|
Address: replace variable entity.type by entity.name
|
2021-09-16 19:56:15 +02:00 |
|
|
da32afeb3f
|
addAddress: improve boolean variables
|
2021-09-16 19:56:15 +02:00 |
|
|
a5ceb551eb
|
twig pass arguments to vue_address with dataset attributes
|
2021-09-16 19:56:15 +02:00 |
|
|
17a3f45247
|
AddAddress final submit, managed by callback and not an event
|
2021-09-16 19:56:15 +02:00 |
|
|
9ef91eabfb
|
table style adjusted
|
2021-09-16 09:42:46 +02:00 |
|
|
310e9f5a82
|
tp: adapt _insert_vue_address include parameters
|
2021-09-15 18:41:14 +02:00 |
|
|
9725970c56
|
tp: adapt _insert_vue_address include parameters
|
2021-09-15 18:31:58 +02:00 |
|