6d63177ff4
apply rules rector up to php82
2023-05-01 21:39:45 +02:00
dde3002100
DX: apply rector rules up to php8.0
2023-04-28 22:30:33 +02:00
746ed4f5e5
DX: fix cs
2023-04-15 00:43:55 +02:00
858ade467c
DX: rector rules upt to PHP 74
2023-04-15 00:20:19 +02:00
19034ac1d8
Merge remote-tracking branch 'origin/master' into refactor-using-rector-202303
2023-04-15 00:07:09 +02:00
cc69a3e86b
Fixed: [Activity] allow to set a user null
...
Fix https://gitlab.com/Chill-Projet/chill-bundles/-/issues/74
2023-04-06 17:29:05 +02:00
b9a7530f7a
DX: apply rector rulesset up to PHP72
2023-03-29 22:32:52 +02:00
164beb3ca9
Fixed: [Activity] fix appearance of reason list in Activity form
...
Fix https://gitlab.com/Chill-Projet/chill-bundles/-/issues/44
2023-01-13 16:15:05 +01:00
25dd65fbd8
Feature: [admin][ActivityReason] improve administration for activity reason
...
* list alphabetically;
* show "active" in index
2023-01-13 15:40:51 +01:00
e99fb75ebd
Fixed: Fixed loading the list of activity reason category, in dedicated type
...
fix https://gitlab.com/Chill-Projet/chill-bundles/-/issues/35
2023-01-13 15:33:14 +01:00
9699e2304a
fix cs: declare type and license header mismatch
2022-10-06 22:25:43 +02:00
b394d7247d
fix cs: too much line before declaring strict type
2022-10-06 08:55:32 +02:00
67c3f3a840
fix cs with licencse header
2022-10-05 17:08:14 +02:00
a967e1ed17
fix cs
2022-10-05 15:23:28 +02:00
c059b7700e
Improve label for aliases in "Filter by Activity" and use of new-style
...
EntityRepository for ActivityType
* [activity][export] Feature: improve label for aliases in "Filter by activity type"
* [activity][export] DX/Feature: use of an `ActivityTypeRepositoryInterface` instead of the old-style EntityRepository
2022-09-21 11:11:33 +02:00
6998043159
Fixed: do not allow to create activities when no rights to do it
...
The ACTIVITY_FULL role does not give anymore the roles
CHILL_ACTIVITY_CREATE_PERSON and CHILL_ACTIVITY_CREATE_ACCOMPANYING_COURSE.
Tags: #BC
2022-07-11 19:31:24 +02:00
ce17c15d41
fixed: ACL in activity creations and edition
2022-07-11 18:24:48 +02:00
nobohan
9978e76a87
fix activity rights (WIP)
2022-07-07 15:25:17 +02:00
3274ecfaec
Merge remote-tracking branch 'origin/master' into issue604_activity_list_documents
2022-05-27 22:03:41 +02:00
54a3e2b2ef
Merge remote-tracking branch 'origin/master' into issue589_private_comments
2022-05-27 15:47:25 +02:00
014c460eef
improvements on private comments
2022-05-27 15:40:08 +02:00
nobohan
e8cf7ae8e1
stored object: add has_title option to form type of StoredObject
2022-05-25 17:14:21 +02:00
e19cac168b
php csfixes
2022-05-04 13:00:46 +02:00
416a88b93d
fix form and take null cases into account
2022-05-04 12:30:44 +02:00
2ef3a3362a
merge master into branch
2022-05-04 09:31:22 +02:00
nobohan
64d459466f
activity admin: translations + remove label field for comment on admin activity type
2022-05-02 12:16:46 +02:00
b36fd57e4f
Add private comment options to activity type (visibility + label)
2022-04-25 15:46:55 +02:00
ff72b28861
Revert "private comment added to activity"
...
This reverts commit 1f2638626cbcc84d0fe653bc5e08bd8e993a8b3e.
2022-04-25 14:52:28 +02:00
1f2638626c
private comment added to activity
2022-04-25 14:43:44 +02:00
6427fc64cd
invert 'incoming' and 'receiving'
2022-04-20 10:00:48 +02:00
ea66db07a4
fix cs
2022-03-24 22:10:07 +01:00
156398caba
Merge remote-tracking branch 'origin/master' into issue494_activity_field_visibility
2022-03-24 18:25:03 +01:00
nobohan
215b859725
activity: hide delete button from asyncupload and add delete buttons from chill collection
2022-03-18 15:25:45 +01:00
nobohan
efcc602d53
Activity form: add required class name on required field built with vue
2022-03-08 16:09:22 +01:00
juminet
ad983d80d2
Issue374 documents in activity bug
2022-01-19 10:59:44 +00:00
Pol Dellaiera
8401ce2656
cs: Fix code-style (using PHPCSFixer and PHPCS).
2021-12-21 10:59:23 +01:00
fa5001265f
fixes on tests
2021-12-08 10:56:39 +00:00
b1b9acc686
Merge branch 'bugfix/activity-fix-location-visibility' into issue279_accompanying_period_validation
2021-12-07 17:57:02 +01:00
aa68ae0b25
[ActivityType] remove placeLabel/visible, replace by
...
locationLabel/visible
2021-12-07 16:38:43 +01:00
96e5e4a7b2
Merge remote-tracking branch 'origin/master' into issue279_accompanying_period_validation
2021-12-06 15:08:56 +01:00
f10d762e59
Eventlistener to create accompanyingPeriodWork
2021-12-06 13:57:10 +00:00
nobohan
15c7c6ccde
fix code syntax using php stan
2021-12-06 10:06:55 +01:00
nobohan
611f0a9ca6
activity: fix type hinting in activity form - fix
2021-12-03 14:38:55 +01:00
nobohan
d2704ad7e6
activity: fix type hinting in activity form
2021-12-03 14:34:21 +01: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
91d12c4a96
cs: Enable risky rule static_lambda
.
2021-11-30 11:43:34 +01:00
Pol Dellaiera
a9188355c5
cs: Enable more risky rules.
2021-11-30 11:37:57 +01:00
Pol Dellaiera
c8195e6df5
cs: Enable more risky rules.
2021-11-30 11:28:52 +01:00
juminet
b300858bdd
activity: avoid existing entities being added in Users, ThirdParties, Persons
2021-11-29 12:27:54 +00:00