73c4a5d39d
better color coherency with buttons
2022-01-30 19:45:09 +01:00
72e306b583
change add notification button color
2022-01-28 12:46:58 +01:00
ab23290599
refund extension_list_notification template: change place and content
2022-01-28 10:22:48 +01:00
juminet
21d4e49fce
activity: doc gen
2022-01-24 13:51:14 +00:00
c7dbaae8d6
105 worflow
2022-01-24 13:17:46 +00:00
54c2b92962
Improve notifications
2022-01-24 10:09:57 +00:00
juminet
256dab3739
person: add obele sign for dead persons
2022-01-19 11:23:51 +00:00
juminet
ad983d80d2
Issue374 documents in activity bug
2022-01-19 10:59:44 +00:00
7e932e838f
Squashed commit of the following:
...
commit 9e767fa3e0788d87437c235e51fcdc4f26f75d98
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Mon Jan 17 15:28:02 2022 +0100
traductions
commit db6513474377b702cc2258be3e2ba720d007bc11
Author: nobohan <juminet@gmail.com>
Date: Mon Jan 17 12:17:22 2022 +0100
add person: increase z-index of toast and wait for validation before closing modal
commit 7af4c3434ef39b27eb51881611338b50a379acc8
Merge: a09c8ee8a 46c6d0e29
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Sun Jan 16 22:51:45 2022 +0100
Merge remote-tracking branch 'origin/master' into issue357_front_end_validation
commit a09c8ee8af962021b9d6a402863c8c5671c0e621
Author: nobohan <juminet@gmail.com>
Date: Wed Jan 12 15:47:11 2022 +0100
upd CHANGELOG
commit a312a9463d861659f70909bed7d8aa67fef444f2
Author: nobohan <juminet@gmail.com>
Date: Wed Jan 12 15:29:32 2022 +0100
address: display error message if some fields are empty (street & streetnumber)
commit 0035128138ddd3d877befae3e489329634555f79
Author: nobohan <juminet@gmail.com>
Date: Wed Jan 12 14:47:43 2022 +0100
address: display error message if some fields are empty
commit 49cb15467297bd24c5eb9a0dd7e366ccd7744679
Author: nobohan <juminet@gmail.com>
Date: Tue Jan 11 20:58:00 2022 +0100
address: add field validation (WIP)
commit 1a7ec9e39631e00d59fcb3204a157e1583679cda
Author: nobohan <juminet@gmail.com>
Date: Tue Jan 11 17:16:43 2022 +0100
Activity: fix vuejs warning
commit fa0b9271c2b4963564fdc1e0eda09a12758caa4b
Author: nobohan <juminet@gmail.com>
Date: Tue Jan 11 16:13:23 2022 +0100
location: treat 422 error when POSTing new location
commit c7b9a1a3fe8891f80699faa2dd277064dce7b0b6
Author: nobohan <juminet@gmail.com>
Date: Tue Jan 11 16:00:29 2022 +0100
location: fix error when creating a new location: a new location could not be added to the availableLocations due to refactoring
commit f1c61a2387df7507c79c55e7defe46fbb052df6c
Author: nobohan <juminet@gmail.com>
Date: Tue Jan 11 15:20:33 2022 +0100
person: treat 422 error in AddPerson for thirdparty
commit 8f6a70b240c286c18e1a102953f243e57b4af97a
Author: nobohan <juminet@gmail.com>
Date: Tue Jan 11 11:30:05 2022 +0100
person: add validation for required fields in on-the-fly person
commit 40e4bf953fa8e9a04a34e0330562bd25324c5589
Author: nobohan <juminet@gmail.com>
Date: Tue Jan 11 09:34:15 2022 +0100
vuejs: better violations message in 422 error handling
commit 378f3a16fc34228334cd44b9e7ca618bc7eb72aa
Author: nobohan <juminet@gmail.com>
Date: Mon Jan 10 18:11:02 2022 +0100
person: on-the-fly person: first implementation of makeFetch for posting person
2022-01-17 15:28:49 +01:00
3f5a6c6b15
Display of activity types
2022-01-16 22:18:16 +00:00
6c71cb0e80
Merge branch '232_resources_comment' into 'master'
...
232 resources comment
See merge request Chill-Projet/chill-bundles!276
2022-01-13 11:05:15 +00:00
e0ee817421
batch rename twig attribut
2022-01-12 21:36:12 +01:00
b679d833da
display location type between parentheses for actions
2022-01-12 13:37:04 +01:00
479e4ffe64
add notification box in context person, page show activity
2022-01-10 17:08:56 +01:00
46ca74fc70
Merge branch 'master' into notification/completion
2022-01-10 16:11:06 +01:00
fded08aaaa
include Activity in notification (ShowInNotification)
2022-01-10 16:01:22 +01:00
af6f3043ae
activity list page: put item bloc in a separate include
2022-01-10 15:58:11 +01:00
8afd1ee275
Activity show page: move notify button and notification-box in post menu area
2022-01-10 15:14:50 +01:00
juminet
699dcc85de
Issue344 vue multiselect i18n
2022-01-10 12:04:57 +00:00
f76f7a1641
notification: handle activities
2022-01-04 17:40:47 +01:00
a8fe049ecd
notification: add more variable in twig template
2022-01-04 17:00:31 +01:00
Pol Dellaiera
8401ce2656
cs: Fix code-style (using PHPCSFixer and PHPCS).
2021-12-21 10:59:23 +01:00
d588c36308
Merge branch '327_pinned_comment' into issue321_layout_improvements_actionForm
2021-12-16 21:41:22 +01:00
45b71b207e
activity fix: display comment in list
2021-12-16 13:58:43 +01:00
de790d11a8
activity/location: refactor
...
Refactor the way for loading locations:
* fix showing the default location
* fix when there is not thirdparty default location
* separate api queries instead of inlines;
* use the store instead of the mounted
* refactored for a possible re-use in calendar
2021-12-14 23:20:47 +01:00
3a9fac08c3
Merge remote-tracking branch 'origin/master' into issue332_location_activity
2021-12-14 19:55:16 +01:00
6e079fa771
Fix bug remove associated party in activity form
2021-12-13 19:24:03 +01:00
nobohan
82c027fe2a
add the current location of the user as API point + add it in the activity location list
2021-12-13 11:04:10 +01:00
6e1340be27
Merge branch 'master' into 292_activity_acl
2021-12-13 09:21:32 +01:00
c049a0b78b
Badge-thirdparty
2021-12-12 14:51:42 +00:00
683d055088
Adding an unrelated to issue to an accompanyingCourseWork
2021-12-12 13:55:22 +00:00
f2117ea1cd
improve activity new/edit twig template
2021-12-10 12:51:18 +01:00
57c4f2ee61
improve activity show twig template
2021-12-10 12:12:17 +01:00
95caa998e3
concernedGroups display badges as clickable onthefly modal
2021-12-10 12:09:50 +01:00
97165c8389
activity: set ACL (issue 292)
...
https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/292
2021-12-10 10:35:37 +01:00
5b321dfb81
list-suggest: add classes to change list disposition
2021-12-09 14:34:34 +01:00
2d1e8b2acd
Cohérence graphique des listes d'activités et d'actions dans le contexte d'un parcours
2021-12-06 14:45:44 +00:00
Pol Dellaiera
cd3be25c22
cs: Remove duplicated headers.
2021-11-30 13:54:58 +01:00
Pol Dellaiera
47c5855a21
cs: Switch to a stricter way of coding - this might break in a lot of places.
2021-11-30 13:33:18 +01:00
Pol Dellaiera
733bee06a8
cs: Enable more risky rules.
2021-11-30 12:19:29 +01:00
Pol Dellaiera
579c349e28
cs: Enable more risky rules.
2021-11-30 12:09:24 +01:00
Pol Dellaiera
a9188355c5
cs: Enable more risky rules.
2021-11-30 11:37:57 +01:00
e99b14b870
[activity] fix loading of social action in edit mode
2021-11-29 23:01:17 +01:00
7b0c7988df
[activity] handle case when there is no action associated to selected
...
issues
2021-11-29 22:43:14 +01:00
55b9242690
[bugfix][activity form] check the presence of location / social issues /
...
persons fields
2021-11-29 21:57:29 +01:00
4854f40648
[bugfix] fix template "new" for activity
2021-11-29 21:27:17 +01:00
juminet
975fbfbdee
activity: edit an activity: choose the context based on the activity, not the url parameters
2021-11-29 13:56:12 +00:00
5d9ceb5757
295 resume retouches
2021-11-29 13:48:18 +00:00
juminet
b300858bdd
activity: avoid existing entities being added in Users, ThirdParties, Persons
2021-11-29 12:27:54 +00:00
nobohan
5aa5cb3e08
location: use fetchResults for getLocations and getLocationTypes
2021-11-25 17:22:25 +01:00