38 Commits

Author SHA1 Message Date
c3b25b6eeb fix redirection on person view: add a person_id to every page redirected.
After a form was submitted, the CRUD controller redirect to page without
a person_id.

Now, the EntityPersonCRUDController redirects to a page **with** a
person_id.
2020-06-18 16:41:06 +02:00
e703419513 [CRUD] filter by basis on person by default in EntityPersonCRUDController
A new method `filterQueryEntitiesByPerson` allow to filter entities by
person in `EntityPersonCRUDController`.
2020-06-18 15:32:12 +02:00
937792fa2d CRUD: improve index view 2020-06-11 16:01:35 +02:00
278d7f5772 Merge branch 'stable' 2020-05-01 15:54:12 +02:00
ad9e52810a update changelog 2020-05-01 15:52:33 +02:00
e11313ddab fix versioning constraint 2020-04-22 22:42:51 +02:00
de560b4d3b [crud] add step delete 2020-03-26 13:15:42 +01:00
ac5fc59c21 [closing motivve] display closing motive in remark 2020-03-13 16:39:12 +01:00
048c83286b upgrade changelog 2020-03-13 12:44:25 +01:00
e59f58f461 [closing motive] add an hierarchy + admin section for closing motives 2020-03-12 12:19:15 +01:00
ceb3b5e955 [UI] set action button bottom of edit form according to crud template 2020-02-03 13:03:04 +01:00
98b491063c Merge branch 'master' into CRUD-init 2019-12-04 22:01:26 +01:00
b96cd8018f load assets using a configure function 2019-12-04 21:59:12 +01:00
278e0de24d load assets using a configure function 2019-12-04 14:04:02 +01:00
cc48987ab3 update changelog 2019-11-05 14:34:02 +01:00
f1eefa7ed7 add search by phone + format phonenumber 2019-10-30 22:54:24 +01:00
122aa3a993 update changelog 2019-08-28 13:41:46 +02:00
1d1bafe3d9 improve command move
- allow to delete some entities instead of moving them ;
- trigger event on move / delete entities in order to customize sql
statements
2019-08-28 13:39:35 +02:00
0ccc998e52 add an icon when the file is opened / closed in result list, and in person rendering macro 2019-07-02 13:18:34 +02:00
19cc54a674 Add a link between accompanying period and user
It is now allowed to indicates who make/made the accompanying period.

This feature may be hidden by a specific configuration option. Default
to visible.
2019-07-01 15:21:34 +02:00
5b60415166 fix error on macro renderPerson / withLink not taken into account 2019-06-26 12:39:57 +02:00
306654dee2 upgrade changelog 2019-06-12 10:06:53 +02:00
df3c7e0fc4 add a chill:person:move command 2019-06-11 19:10:37 +02:00
3c6d39dc56 update address validation 2019-04-02 11:58:53 +02:00
104181ba71 Merge branch 'stable' of framagit.org:Chill-Project/Chill-Person into stable 2019-03-20 12:33:46 +01:00
4d5900d902 Fix bug in accompanying period export element 2019-03-20 12:32:03 +01:00
3f76410288 bump changelog 2019-02-25 12:20:25 +01:00
fdaecdfaef add file number in person header 2019-02-25 12:08:42 +01:00
111784410a bump to 1.5.3 2019-01-11 16:54:36 +01:00
f7ac607ff0 add filtering on accompanying period + fix problems in gender filter 2019-01-11 16:49:24 +01:00
5591a9cfcc bump to version 1.5.2 2018-11-13 21:56:33 +01:00
1ecc13f8ca bump changelog from !9 2018-11-13 12:59:10 +01:00
6cd966d876 adding changelog 2018-11-13 12:55:24 +01:00
144a5ee12e merge master and switch to version 1.5.1 2018-10-19 14:22:37 +02:00
7547f99063 Merge branch 'master' into bugFix 2018-10-19 14:20:02 +02:00
Mat
d9148791bd fixBug, update changelog 2018-10-19 13:51:27 +02:00
2a9aff304a remove inexistant css file (person.css) 2018-10-08 22:07:47 +02:00
cf2408be1b improvement on import - person may have a null gender 2018-10-05 22:54:30 +02:00