Pol Dellaiera
c25c302466
Sort entities recursively.
2021-07-27 17:41:15 +02:00
Pol Dellaiera
c37b98cecd
Add a bit more typing to help future development and customizations.
2021-07-27 17:41:15 +02:00
Marc Ducobu
979ea5841d
Merge branch 'fix-crud' into 'master'
...
Replace chill_main.paginator_factory by PaginatorFactory::class
See merge request Chill-Projet/chill-bundles!114
2021-07-27 14:00:30 +00:00
Marc Ducobu
9e9a459a20
Replace chill_main.paginator_factory by PaginatorFactory::class
2021-07-27 15:59:03 +02:00
89dfea74b3
not used vue_accourse_work_list entrypoint (since 8384508c1a)
2021-07-27 15:26:47 +02:00
4b3f4edcc1
oups
2021-07-26 18:08:33 +02:00
376d8df55e
fix bug with bootstrap form theme textarea (horizontal layout mode)
...
cfr issue https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/182
+ make chill fields theme more responsive
2021-07-26 17:56:44 +02:00
5d1d6c83a9
Merge branch 'bootstrap5' into 110_extend_thirdparty
2021-07-23 17:09:45 +02:00
a6266c5317
reorganize assets in others bundles
2021-07-23 17:06:37 +02:00
b0ef9b6612
complete previous commit (+dirty auto corrections from IDE)
2021-07-23 15:38:50 +02:00
8384508c1a
reorganize assets: move files and adapt links, remove unused
...
* chill: chill theme entrypoint
* lib: local libs, called in several place but don't have entrypoint
* module: local libs with specific entrypoints
* page: pages with specific entrypoints
* vuejs: vue components with specific entrypoints
remove local libs jquery and select2, they already exists in node_modules
remove duplicate fonts
2021-07-23 14:58:37 +02:00
d20a3cf9d4
add suffix to assets entrypoints + replace link/script html tags by encore_entry twig tag
2021-07-23 12:27:30 +02:00
e0dbe9cf9d
layout content position for fullwidth pages
2021-07-23 11:39:19 +02:00
Marc Ducobu
5c2c509805
Merge branch 'fix-tests-marc' into 'master'
...
Fix tests marc
See merge request Chill-Projet/chill-bundles!112
2021-07-23 09:25:42 +00:00
Marc Ducobu
9d478c0f01
Removing var_dump
2021-07-23 10:18:41 +02:00
Marc Ducobu
4646795c2c
Automatic styling correction
2021-07-23 10:18:04 +02:00
d8d66aeeb6
remove old template members.html.twig
...
0add757230 (note_633038526)
2021-07-23 09:16:30 +02:00
7ac61002b0
layout content position for fullwidth pages
2021-07-22 22:19:27 +02:00
c9562ebdf7
improve layout classes
2021-07-22 22:09:31 +02:00
Marc Ducobu
18369a6c0a
Merge branch 'notifications3' into 'master'
...
Notifications3
See merge request Chill-Projet/chill-bundles!89
2021-07-22 17:44:37 +00:00
Marc Ducobu
0fd9485de5
Avoid creation of services/notification.yaml
2021-07-22 18:15:57 +02:00
c8f139528a
Merge branch 'behaviour/do-not-create-accompanying-course-on-person-creation' into 'master'
...
Remove creation of AccompanyingPeriod on person creation
See merge request Chill-Projet/chill-bundles!100
2021-07-22 15:36:37 +00:00
8030792eb6
Remove creation of AccompanyingPeriod on person creation
2021-07-22 15:36:36 +00:00
Marc Ducobu
50a4df3d0f
Notification with paginitation
2021-07-22 17:32:20 +02:00
Marc Ducobu
0907ae1602
Rmq Julien & Pol
2021-07-22 17:32:20 +02:00
Marc Ducobu
673a4761e9
Adding feature for AccompanyingPeriodNotif
2021-07-22 17:32:20 +02:00
Marc Ducobu
282db51f06
Display notification using services (draft)
2021-07-22 17:32:20 +02:00
Marc Ducobu
bdf691a063
Add findAllForAttendee method in NotificationRepository
2021-07-22 17:32:20 +02:00
Marc Ducobu
18ab10dd45
Add center a_social to an activityNotif feature
2021-07-22 17:32:20 +02:00
0cd9dc6028
batch remove col-md-10 col-xxl, and add it in layout (level up)
2021-07-22 17:29:40 +02:00
65198937c0
Merge branch 'tests/fix-tests-after-bootstrap' into 'master'
...
Fix tests after introduction of bootstrap
See merge request Chill-Projet/chill-bundles!111
2021-07-22 15:20:45 +00:00
2699d48533
Fix tests after introduction of bootstrap
2021-07-22 15:20:45 +00:00
a559589883
add isLeaf condition on ThirdParty form Type
2021-07-22 16:34:07 +02:00
d81f5bafe3
adding content classes + divers
2021-07-22 13:19:25 +02:00
c6a3f59d87
household members editor: make buttons visibles
2021-07-22 12:19:35 +02:00
ff671ded9c
move alert-with-actions sass, remove unused alert-first-child
2021-07-22 11:37:05 +02:00
678c7d18b4
fix data-toggle collapse mechanism
...
+ cleaning links in theses files
2021-07-22 11:34:37 +02:00
f73f515fb3
fix sass variable
2021-07-22 10:25:17 +02:00
afd4ac27ea
search page, content position
2021-07-22 09:59:13 +02:00
ea734e2a9e
fix menu context class
2021-07-20 15:46:20 +02:00
587da94645
adapt Thirdparty form and templates
2021-07-20 15:34:28 +02:00
3f9e215ea5
adding fixtures for new thirdparty fields (choice lists)
2021-07-19 17:18:36 +02:00
732390f704
add new fields in thirdparty entity
2021-07-19 16:11:25 +02:00
25b00296ca
adapt thirdparty templates
2021-07-16 17:01:32 +02:00
1e626d573f
Merge branch 'bootstrap5' into 110_extend_thirdparty
2021-07-16 13:29:01 +02:00
3ee676600e
adding twig extensions to select how many items per page
...
* twig anchor: {{ chill_items_per_page(pagination) }}
* select field changed with javascript event listener
2021-07-16 13:23:10 +02:00
d2c631ae20
prepare thirdparty index template
2021-07-16 11:07:52 +02:00
8462538123
adapt pagination to bootstrap, add a short pagination variant
2021-07-16 09:51:15 +02:00
645252fd85
start CRUD controllers asideActivityBundle
2021-07-15 16:15:46 +02:00
08e396195c
Merge branch 'vue_generale' into bootstrap5_replacing_scratch
2021-07-15 15:27:04 +02:00