Commit Graph

46 Commits

Author SHA1 Message Date
d1f67dce0d [de] Remove unnecessary onEndAction 2025-11-27 15:10:26 +03:00
7bbcacc622 [form] Export method isFinal 2025-09-30 18:17:27 +03:00
a0bfe66f9c Fix typo 2025-09-30 18:02:28 +03:00
db6cd158d0 [de][form] Add final flag 2025-09-30 17:59:54 +03:00
528997cc88 Fix bug #76932
Reset default role to the first role in oform after deleting it
2025-09-30 16:22:12 +03:00
8b8364fd48 Fix bug #76932
Update the default role for the form, if it was delete
2025-09-24 18:18:31 +03:00
e204301e1a [form] Add a method to mark all roles as filled at once 2025-07-03 01:20:33 +03:00
667a804085 [form] Add check if all roles were filled 2025-06-30 16:35:49 +03:00
110a52a0b9 [oform] Add method to set all roles as not filled 2025-02-26 19:51:49 +03:00
a60477955e [oform] Add a special type NoRole to prohib filling any field 2025-02-19 17:10:00 +03:00
46d2220494 [oform] Add an event when current role is filled in 2025-02-19 14:16:26 +03:00
bb4bd422b3 [oform] Add method to set that role is filled 2025-02-19 13:00:30 +03:00
26fd5ac0e1 [de] Add method to check if we can fill in with the current role 2025-02-18 20:12:15 +03:00
f5156538c1 [copyright] Update Copyright date 2024-04-23 19:09:31 +03:00
a7a1412e69 [copyright] Update address in Copyright 2023-03-01 21:23:10 +03:00
8cc0eba409 [copyright] Update Copyright 2023-02-27 10:27:52 +03:00
1c7cd19c47 For bug #60921
Update roles after applying collaboration changes
2023-02-01 00:34:30 +03:00
a908a16e95 [oform] Add event to handle undo/redo 2023-01-19 19:59:29 +05:00
72139c5780 Fix bug #60651
Add translation for default role
2023-01-19 18:40:36 +05:00
f7e84e5912 [de] Add XmlReaderContext to xmlParserContext; Add oform opening from bin; For bug 60341 2022-12-28 00:32:59 +03:00
0384213a2d [oform] Fix writing oform xml package 2022-12-23 19:49:31 +03:00
ef13bff264 [oform] Fix zip archive on save 2022-12-23 13:50:35 +03:00
2f4100e62d [oform] Work on xml writer 2022-12-23 10:28:01 +03:00
e412f3095d [oform] Implement reading a default user master 2022-12-22 03:10:38 +03:00
9c11211893 [oform] Fix rendering of role color when deleting a role 2022-12-12 16:17:50 +03:00
82cd96f57e [oform] Fix change of a user color 2022-12-12 12:20:31 +03:00
791e840bec [oform] Add current user
Also add method to get the first user of the fieldMaster
2022-12-09 14:09:54 +03:00
c82887316b [oform] Fix roles update on the end of any action 2022-12-07 20:52:20 +03:00
abde4ac3f9 [oform] Move all corrections to the onEndAction event 2022-12-07 20:33:54 +03:00
f0ea4cfe24 [oform] Check for unused fields at the end of the action 2022-12-07 15:01:11 +03:00
c903b45178 [oform] Add correction of a field master array
Also, return the number of role fields that are used in the document
2022-12-07 11:08:56 +03:00
def429f8b4 [oform] Fixes 2022-12-01 16:57:38 +03:00
fcb0d9ba55 [oform] Add clone method for field master 2022-12-01 16:30:29 +03:00
f6c07aa139 [oform] Implement method to remove role
Also implement method to count the number of fields in field group
2022-11-30 15:56:26 +03:00
89e2cb15f9 [oform] Add method to edit role 2022-11-29 12:18:08 +03:00
614ae67fb6 [oform] Add methods to change the order of roles 2022-11-28 18:27:08 +03:00
14bb7c4042 [oform] Fix weight when add a field group 2022-11-28 15:03:09 +03:00
a75c5124c0 [oform] Add an event when the list of roles is updated 2022-11-26 17:36:34 +03:00
59b19a200f [oform] Fix adding role 2022-11-24 19:48:47 +03:00
5a9821cc95 [oform] Add role.js to config 2022-11-24 19:22:25 +03:00
bee49e0d83 [oform] Add users to FieldGroup
Also implement first variant of adding role to oform and updating list of roles
2022-11-24 14:59:52 +03:00
6d21c5ab0b [oform] Working on roles 2022-11-23 17:36:46 +03:00
8633fc8826 [oform] Add class for roles
Also add blank functions for managing roles
2022-11-23 15:47:06 +03:00
80589a5077 [forms] Refactor 2022-11-23 10:44:56 +03:00
f602a1303d [oform] Add methods to set/get users/userMasters/fieldMasters 2022-11-22 19:05:34 +03:00
dae1b6f619 [oform] Fix previous commit 2022-11-22 14:22:39 +03:00