Martin Artnik
bc6e43052f
Merge branch 'develop' into features/inventory-import-improvements
2024-05-13 11:52:27 +02:00
Andrej
5409d993ee
Improve global search loading [SCI-10655]
2024-04-30 09:38:53 +02:00
Andrej
574c45b2c8
Fix global search backend [SCI-10573]
2024-04-26 11:19:21 +02:00
Andrej
3c4184c73e
Implement global search backend [SCI-10573]
2024-04-26 09:43:43 +02:00
Ivan Kljun
36245e03f2
Implement user settings cleanup job for Step deletion [SCI-10583]
2024-04-08 11:56:53 +02:00
Alex Kriuchykhin
7155d7862a
Add missing dependent option to many-to-many relations [SCI-10036] ( #7024 )
2024-02-05 13:36:12 +01:00
Martin Artnik
160d9775d8
Merge branch 'develop' into features/september-release
2023-09-15 10:40:55 +02:00
Oleksii Kriuchykhin
45e9a459d7
Fix user and team activities filters [SCI-9287]
2023-09-14 14:22:01 +02:00
Martin Artnik
bf7b1c2f2a
Fix global search to work with new results [SCI-9244]
2023-09-07 11:43:45 +02:00
Anton
e9174ad158
Add element movements between step [SCI-9024]
2023-08-22 12:15:55 +02:00
Alex Kriuchykhin
98e1962372
Fix viewable_by_user method for Step [SCI-8625] ( #5569 )
2023-06-06 15:29:58 +02:00
Anton
4eab2c25f3
Save last_modified_by on protocol update [SCI-8021]
2023-03-01 15:19:34 +01:00
Martin Artnik
a513951a7c
Fix legacy tinymce step issues [SCI-5098]
2023-01-16 10:58:37 +01:00
artoscinote
80eb1639bc
Merge pull request #4823 from scinote-eln/features/tiny_mce_6
...
Features/tiny mce 6
2023-01-13 13:53:03 +01:00
Martin Artnik
4df203bd13
Fix touching of protocol when changes happen [SCI-7584]
2023-01-12 16:18:31 +01:00
Martin Artnik
662b9174fa
Extract pasted base64 images from RTE texts [SCI-5098]
2023-01-12 13:24:31 +01:00
Martin Artnik
15543d5222
Do not touch protocol if step or checklist is checked [SCI-7584]
2023-01-04 12:33:11 +01:00
Andrej
745be5a0f7
Remove old step code [SCI-7181]
2022-10-24 13:07:10 +02:00
Anton
d555227652
Add acitvities and flash messages for component duplication [SCI-7108]
2022-08-31 11:09:38 +02:00
Anton
e22af8830a
Add activties to step duplication [SCI-7109]
2022-08-24 13:45:39 +02:00
Anton
bc112dd6af
Add step duplication [SCI-7109]
2022-08-23 17:54:33 +02:00
artoscinote
610ee6bdaa
Don't adjust step position in bulk deletion [SCI-7079] ( #4339 )
2022-08-10 12:05:24 +02:00
Alex Kriuchykhin
26820b9abb
Fix subject references for repository row activities [SCI-6906] ( #4203 )
2022-07-07 12:00:35 +02:00
Alex Kriuchykhin
a7e88e59bd
Update global search to use new step text elements [SCI-6873] ( #4165 )
2022-07-06 14:20:55 +02:00
artoscinote
800f856ab1
Handle step description with the new step_texts structure [SCI-6890] ( #4176 )
2022-06-28 09:56:24 +02:00
aignatov-bio
3d78559559
Merge pull request #4047 from aignatov-bio/ai-sci-6754-add-creation-step-functionality
...
Add step creation/deletion functionality [SCI-6754]
2022-04-25 12:46:33 +02:00
Anton
ba3c73439a
Add step creation/deletion functionality [SCI-6754]
2022-04-25 12:40:14 +02:00
Oleksii Kriuchykhin
5a17ad6be9
Add models for step orderable elements, migrate step descriptions [SCI-6712]
2022-04-19 13:26:13 +02:00
Oleksii Kriuchykhin
2051ea5360
Update the search to abide the permissions [SCI-6151]
2021-10-22 11:43:20 +02:00
miha
4f7f257b78
Remove cascading save from step
2021-04-12 12:20:05 +02:00
miha
2e45093856
fix a stupid2
2021-04-12 10:31:35 +02:00
miha
b917a0c3e0
fix a stupid
2021-04-12 10:30:37 +02:00
miha
56ebc3dc07
[SCI-5635] add a migration to fix broken steps, fix the api so it sets last_modified_by_id, minor step model refactor
...
migration fix
remove the conditoin for set_last_modified_by callback
set the last_modified_by_id in before_save callback (in case it is not set yet)
remove trailing spaces
Set last modified in protocl import service
2021-04-12 09:59:00 +02:00
Oleksii Kriuchykhin
67b3f853d7
Merge branch 'develop' into features/folders
2020-12-18 14:51:21 +01:00
Oleksii Kriuchykhin
62374bee0a
Implement the 'seen comments' functionality (red dot) for the comments [SCI-5253]
2020-12-07 11:04:33 +01:00
aignatov-bio
da4b8aaf2f
Add comments list
2020-11-20 12:29:40 +01:00
aignatov-bio
fcdad51222
Fix assets sorting in report
2020-11-17 15:33:25 +01:00
aignatov-bio
12991e8fd3
Commit add asset preview mode switcher to step
2020-10-29 16:42:05 +01:00
Oleksii Kriuchykhin
dd347aa834
Improve step reposition after deletion [SCI-4880]
2020-09-08 11:48:06 +02:00
Oleksii Kriuchykhin
dea75553a3
Fix handling of duplicated step positions [SCI-4880]
2020-09-07 10:44:00 +02:00
Oleksii Kriuchykhin
ed2eb81c68
Switch to position swapping when updating step position [SCI-4880]
2020-08-25 15:46:23 +02:00
Oleksii Kriuchykhin
a206890a8c
Fix step position adjusting on move and destroy [SCI-4880]
2020-08-25 15:46:21 +02:00
Oleksii Kriuchykhin
aa38d92982
Improve completed_on generation for steps/my_modules [SCI-4776]
2020-07-07 09:34:51 +02:00
Oleksii Kriuchykhin
dc481cf236
Add API endpoints for checklists, checklist items, tables, API code improvements [SCI-4776]
2020-07-03 16:48:29 +02:00
Miha Mencin
f12c29bd2a
fixing import
2019-10-08 21:40:44 +02:00
Jure Grabnar
20134c9f8a
Features/protocolsio integration ( #1893 )
...
Features/protocolsio integration
2019-07-03 17:32:20 +02:00
Alex Kriuchykhin
db7c6435b3
Merge pull request #1851 from okriuchykhin/ok_SCI_3436
...
Implement saving of attachments ordering on steps [SCI-3436]
2019-06-20 11:31:15 +02:00
Urban Rotnik
807104035c
Add StepBuilder, TableBuilder, AssetBuilder for PIO, normalized updated
2019-06-17 12:24:09 +02:00
Oleksii Kriuchykhin
6e1a7a3392
Implement saving of attachments ordering on steps [SCI-3436]
2019-06-11 10:08:33 +02:00
Urban Rotnik
15cbd8864c
Add valid factory check to Steps models
2019-06-10 12:24:03 +02:00