|
96e5e4a7b2
|
Merge remote-tracking branch 'origin/master' into issue279_accompanying_period_validation
|
2021-12-06 15:08:56 +01:00 |
|
|
07f53e6758
|
titulaire field removed from household edit form
|
2021-12-06 14:07:21 +00:00 |
|
|
bbc5e94033
|
306 fix visgraph issues
|
2021-12-06 14:01:50 +00:00 |
|
|
f10d762e59
|
Eventlistener to create accompanyingPeriodWork
|
2021-12-06 13:57:10 +00:00 |
|
|
cea7160d5a
|
Fix bug posting birth- and deathdate
|
2021-12-06 13:04:19 +00:00 |
|
|
938720be52
|
Issue316 addresses search by postal code
|
2021-12-06 12:56:57 +00:00 |
|
nobohan
|
3c3d63e286
|
upd CHANGELOG
|
2021-12-06 10:04:25 +01:00 |
|
|
acc4647346
|
[person search] increase pertinence when person's lastname starts with
search pattern
|
2021-11-29 23:24:34 +01:00 |
|
|
54a4b48174
|
[person search] fix bug when using birhtdateafter and birthdate before on advanced search
|
2021-11-29 23:11:13 +01:00 |
|
|
e99b14b870
|
[activity] fix loading of social action in edit mode
|
2021-11-29 23:01:17 +01:00 |
|
|
217b74b9e2
|
[Household] when two adresses on same date, close the existing one
|
2021-11-29 21:27:17 +01:00 |
|
|
18cfe17878
|
changelog: new release today
|
2021-11-29 21:27:17 +01:00 |
|
|
5d9ceb5757
|
295 resume retouches
|
2021-11-29 13:48:18 +00:00 |
|
|
c64ab86f8e
|
Merge remote-tracking branch 'origin/master' into issue314_suggest_persons
|
2021-11-29 13:45:37 +01:00 |
|
juminet
|
b300858bdd
|
activity: avoid existing entities being added in Users, ThirdParties, Persons
|
2021-11-29 12:27:54 +00:00 |
|
|
e4e1edff68
|
confidential toggle rights
|
2021-11-29 11:01:51 +00:00 |
|
nobohan
|
efaaa72a7e
|
upd CHANGELOG
|
2021-11-29 09:34:46 +01:00 |
|
nobohan
|
09a679ffb9
|
upd CHANGELOG
|
2021-11-25 15:40:38 +01:00 |
|
|
69e260f0b1
|
Merge branch 'issue317_add_geom_to_postal_code' into 'master'
Issue317 add geom to postal code
See merge request Chill-Projet/chill-bundles!236
|
2021-11-25 13:16:36 +00:00 |
|
|
6d67f2706d
|
Merge branch 'feature/add-api-endpoint-for-permission'
See https://gitlab.com/Chill-Projet/chill-bundles/-/merge_requests/232
|
2021-11-25 14:15:08 +01:00 |
|
|
032a61b367
|
update changelog
|
2021-11-25 12:13:25 +01:00 |
|
|
983cfb646c
|
Merge add_toasters: handle 422 method and add toaster into course editor
See https://gitlab.com/Chill-Projet/chill-bundles/-/merge_requests/221
Squashed commit of the following:
commit 4f68f83aba74a88898779037aeb24d45c622759e
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Thu Nov 25 12:07:37 2021 +0100
scope in course editor: show toast when error, instead of restoring the
previous state
commit fdca8c1c87a4972bb6107bb16ab76844a28cae72
Merge: 53d6e68f8 b97f49782
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Wed Nov 24 17:39:27 2021 +0100
Merge remote-tracking branch 'origin/add_toasters' into add_toasters
commit 53d6e68f8c5e158ac1848403d18146690ffeacf2
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Wed Nov 24 17:38:52 2021 +0100
better validation messages
commit b97f497822fa6f6057e3b1cf3697044192ea9052
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Wed Nov 24 17:36:59 2021 +0100
methods added to api.js again so they can be imported in other bundles still. To be refactored later with general makeFetch method?
commit e6089f75b4f66669cbd84f496c3b867901de9c8c
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Wed Nov 24 17:20:05 2021 +0100
fix validator for participation overlaps
commit e47e6741b9f179dae63f39a596b7ba7410b3ac88
Merge: 25a80fcb2 05385509e
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Wed Nov 24 16:31:50 2021 +0100
Merge remote-tracking branch 'origin/master' into add_toasters
commit 25a80fcb26cfb3ab7afab0abc1fcb6c0d0af7a6d
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Tue Nov 23 18:22:35 2021 +0100
error object/message changed if not 422 or 403
commit 0c602cee8c127ab7f0723819a691a98c4e0615e2
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Tue Nov 23 17:13:47 2021 +0100
Toasts displayed with differentiation between different errors
error objects created accordingly
commit 252e57a06da1101e4ebc025974b247c472b8c2ed
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Tue Nov 23 17:12:55 2021 +0100
generic makeFetch implemented almost everywhere
api.js file no longer needs to contain a separate function to make an api call.
commit 8532eeee7656f6f9761168fb5e2102778ee932b7
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Tue Nov 23 17:10:48 2021 +0100
Moved generic api methods into one file apiMethods.js
imports adapted throughout bundles
commit c44bd5e75b32d5fbc8951247324ebf5fb85f3b37
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Tue Nov 23 11:27:24 2021 +0100
migration deleted
commit dbeee090f46b3653c306a1825dcb05637e1f9b31
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Tue Nov 23 11:27:13 2021 +0100
toast plugin initialized with options in the root
commit ec3919e357ee26f6c5016360d2083d19688217f4
Merge: 1ab401b5d b8889ed58
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Tue Nov 23 10:52:24 2021 +0100
merge conflicts fixed
commit 1ab401b5d55a28f9c027ee539da58ef1da3d797c
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Tue Nov 23 10:40:02 2021 +0100
add options when vue toast plugin is loaded
commit ad4e630bdd87c8ec16455bab0c2b053c1d838050
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Mon Nov 22 18:58:44 2021 +0100
fixes to throw and catch error
commit 1c19748866d738bcb9e336f1035d9d78c6941d34
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Wed Nov 17 20:22:06 2021 +0100
toast added to banner
commit 35949b90532b60161e14e815a78b3b69b053b62d
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Wed Nov 17 20:16:35 2021 +0100
few more actions using makeFetch
commit e94c13e396f496565955294aec360db37f92374b
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Wed Nov 17 19:48:58 2021 +0100
For accompanyingcourse app general makeFetch + displayToast implemented
commit 35eac75edf2c8d39ee2a04f119bb99a946fe3ea9
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Wed Nov 17 17:12:31 2021 +0100
general makeFetch method implemented + toasts displayed in progress
commit 541bb10547bd7b96815a22a755ecf7f809d8cc87
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Wed Nov 17 12:36:20 2021 +0100
general fetch method adjusted and tested on addParticipation: works
commit b7f27e8079bc815d88ffc925ec7a4fae3fba5f02
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Wed Nov 17 11:50:09 2021 +0100
changelog updated
commit 028519ee3e93991aeb3131656e5f17e728ebdb1c
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Wed Nov 17 11:42:55 2021 +0100
adjustment of error message using templating render
commit 508139b4476a46028a40b0b5300a8c65f79414a9
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Wed Nov 17 11:41:52 2021 +0100
toast display for 422 errors on participations, requestor, resources + bugfix in requestor component (display of 'remove' btn if non-anonymous
commit 3e5d4862fcbbf5708f52c0038bf030dc0cbae5bb
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Tue Nov 16 15:38:03 2021 +0100
debugging fetch method
commit 8b971a2357aac952ea6cd9487da20f4064c26a8d
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Tue Nov 16 14:31:45 2021 +0100
general fetch method in _abstratAPI and testcase implementation; still needs to take care of commit into store
commit 05488740ab138ed279a4626310c5427d9f732793
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Tue Nov 16 11:13:28 2021 +0100
testcase: toaster working when adding a resource to an accompanying course. Needs to be generalized
commit 5050e8a516107710216fa11aafcf852c52e1eb03
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Tue Nov 16 09:22:36 2021 +0100
start of toaster popup
commit b8889ed58d3abb68d1c2859b31bf7428addda36e
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Mon Nov 22 18:58:44 2021 +0100
fixes to throw and catch error
commit 0c017eb908e65919876d3bed69d3daa27699f2cc
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Wed Nov 17 20:22:06 2021 +0100
toast added to banner
commit 80d8c5f12be4b0cfcded2948f385b4e3627e9afb
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Wed Nov 17 20:16:35 2021 +0100
few more actions using makeFetch
commit 9cfcc61d995f75651902af97fe640f00f994ce9b
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Wed Nov 17 19:48:58 2021 +0100
For accompanyingcourse app general makeFetch + displayToast implemented
commit 2855b0293a4a3fef2baf22fa035316bac13abf3f
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Wed Nov 17 17:12:31 2021 +0100
general makeFetch method implemented + toasts displayed in progress
commit febbc8b9cdd9ec811546ce2948e2e1bded7c2116
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Wed Nov 17 12:36:20 2021 +0100
general fetch method adjusted and tested on addParticipation: works
commit 16b59681b97cf995689aa464ae2a310c3efbb603
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Wed Nov 17 11:50:09 2021 +0100
changelog updated
commit 41df29bdef84af010892708bfd0e37ff826f7aee
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Wed Nov 17 11:42:55 2021 +0100
adjustment of error message using templating render
commit 8c98fe602c26e61285f12f5f7d58d646655f4caa
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Wed Nov 17 11:41:52 2021 +0100
toast display for 422 errors on participations, requestor, resources + bugfix in requestor component (display of 'remove' btn if non-anonymous
commit 689ca8aa0ac249d577fe2ead5b3fcc0298dbad90
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Tue Nov 16 15:38:03 2021 +0100
debugging fetch method
commit 07234c5fa996fb9f0352719ee366b34b093807eb
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Tue Nov 16 14:31:45 2021 +0100
general fetch method in _abstratAPI and testcase implementation; still needs to take care of commit into store
commit 2a482516e952aa720b5aa8b4cb68ab33f93ce47b
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Tue Nov 16 11:13:28 2021 +0100
testcase: toaster working when adding a resource to an accompanying course. Needs to be generalized
commit b7dcc5e7d4b1489a8edc175a0c2c1b0d649c6c0f
Author: Julie Lenaerts <julielenaerts@gmail.com>
Date: Tue Nov 16 09:22:36 2021 +0100
start of toaster popup
|
2021-11-25 12:12:43 +01:00 |
|
nobohan
|
b594826f1e
|
upd CHANGELOG
|
2021-11-24 17:44:51 +01:00 |
|
|
551486b5ea
|
List for accompanying course for a person: filter using acl
|
2021-11-24 15:55:45 +00:00 |
|
|
09a96df6a4
|
update changelog
|
2021-11-24 16:16:40 +01:00 |
|
|
b81c834b5e
|
check acl before showing button for creating activity in person/activity
|
2021-11-24 15:14:06 +00:00 |
|
|
41f0578966
|
changelog updated
|
2021-11-24 12:01:57 +01:00 |
|
|
f23be44b9a
|
fix: show validation message when closing course
|
2021-11-23 15:06:55 +01:00 |
|
|
da8422d0a7
|
use full text representation for referre in course banner
|
2021-11-23 15:06:55 +01:00 |
|
|
3eaa8494cd
|
update changelog
|
2021-11-22 21:42:21 +01:00 |
|
|
4c1e416a14
|
Merge remote-tracking branch 'origin/master' into issue296_internal_close_accourse
|
2021-11-22 17:14:11 +01:00 |
|
|
f3792b2ed6
|
Merge remote-tracking branch 'origin/master' into issue294_suggestPersonInActivity
|
2021-11-22 14:06:27 +01:00 |
|
|
69384a84d1
|
Merge remote-tracking branch 'origin/master' into issue133_user_current_location
|
2021-11-22 13:43:22 +01:00 |
|
|
2826e079e8
|
key "centers" for person is an array. key center deprecated
|
2021-11-22 12:59:36 +01:00 |
|
|
d0bf47e0d5
|
Bootstrap encoder for documents
|
2021-11-22 09:05:15 +00:00 |
|
|
9fb29ec110
|
refactor search for using search by pertinence
|
2021-11-22 08:28:22 +00:00 |
|
|
f06f9c10ad
|
update changelog
|
2021-11-22 09:17:11 +01:00 |
|
|
2d536b8b53
|
fix bounds for view current person address
|
2021-11-19 23:15:41 +01:00 |
|
|
039483abf7
|
Merge branch 'issue304_validationOnOriginAccCourse' into 'master'
accompanying course: add client-side validation if no origin
See merge request Chill-Projet/chill-bundles!225
|
2021-11-19 17:09:05 +00:00 |
|
|
31ec155070
|
update changelog
|
2021-11-19 17:27:53 +01:00 |
|
nobohan
|
264b902db5
|
upd CHANGELOG
|
2021-11-19 14:50:55 +01:00 |
|
nobohan
|
4645244975
|
upd CHANGELOG
|
2021-11-19 13:42:59 +01:00 |
|
|
e9e3b85518
|
changelog updated
|
2021-11-19 12:43:14 +01:00 |
|
|
78615519f4
|
select2 field added to task form
|
2021-11-18 09:34:52 +01:00 |
|
nobohan
|
11b82f7468
|
upd CHANGELOG
|
2021-11-17 15:22:55 +01:00 |
|
nobohan
|
f0ff4c18af
|
upd CHANGELOG
|
2021-11-17 14:20:18 +01:00 |
|
|
4a15022375
|
update change log
|
2021-11-15 13:15:32 +01:00 |
|
|
9b03f8130b
|
Merge remote-tracking branch 'origin/issue289_person_extraPhoneNumbers'
|
2021-11-15 12:30:52 +01:00 |
|
|
0aef40f23f
|
Merge remote-tracking branch 'origin/issue267_filter_household_of_the_person'
|
2021-11-15 12:24:21 +01:00 |
|
|
a1125cfd3a
|
Merge branch 'fix_add_multiple_pick_address_type_in_collection' into 'master'
fix when adding multiple pick address type form in a collection
See merge request Chill-Projet/chill-bundles!216
|
2021-11-15 11:23:05 +00:00 |
|