Commit graph

12249 commits

Author SHA1 Message Date
Martin Artnik 8750fe4ceb Fix in-app notification scope [SCI-9896] 2023-12-12 15:24:53 +01:00
Martin Artnik e99e5c46c6 Fix activities for access permissions [SCI-9863] 2023-12-12 14:32:26 +01:00
Martin Artnik 543ac1a404
Merge pull request #6808 from artoscinote/ma_SCI_9863
Always save notifications to database, but filter them [SCI-9869]
2023-12-12 14:09:23 +01:00
Martin Artnik 0344860827 Add reminder job interval option 2023-12-12 14:08:42 +01:00
Soufiane 456bd0922f
Make item relationship togglable [SCI-9669] (#6648)
* Make item relationship togglable [SCI-9669]

* Fix broken tests [SCI-9669]
2023-12-12 12:54:15 +01:00
Martin Artnik 442b41fafe
Merge pull request #6806 from aignatov-bio/ai-sci-9872-fix-stock-notification-on-snapshot
Fix stock notifications on snapshots [SCI-9872]
2023-12-12 12:43:17 +01:00
Martin Artnik 9ddec2144e
Merge pull request #6805 from artoscinote/ma_SCI_9863
Fix project assignment activity & notification recipients [SCI-9863]
2023-12-12 12:42:39 +01:00
Martin Artnik 221e7d7fb3
Merge pull request #6804 from artoscinote/ma_SCI_9856
Fix report notification breadcrumbs [SCI-9856]
2023-12-12 12:42:26 +01:00
Anton 8748051a0f Fix stock notifications on snapshots [SCI-9872] 2023-12-12 12:32:00 +01:00
Martin Artnik c599c939b8 Fix project assignment activity & notification recipients [SCI-9863] 2023-12-12 12:18:12 +01:00
Martin Artnik ce3618003b Fix report notification breadcrumbs [SCI-9856] 2023-12-12 12:11:52 +01:00
Martin Artnik ea4eb6f785
Merge pull request #6802 from aignatov-bio/ai-sci-9868-fix-user-deletion
Fix user deletion [SCI-9868]
2023-12-12 11:11:02 +01:00
Anton 6c9d128b97 Fix user deletion [SCI-9868] 2023-12-12 11:08:31 +01:00
Martin Artnik 39d9e46396 Send notifications in the backgrond by default [SCI-9870] 2023-12-12 10:52:17 +01:00
Martin Artnik c3e9e0122b
Merge pull request #6796 from ivanscinote/SCI-9825-ik
Implement dynamic subject class handling in generalnotification [SCI-9825]
2023-12-12 10:00:21 +01:00
Anton 6165be921f Fix stock modal and notification counter [SCI-9864][SCI-9866] 2023-12-12 09:57:06 +01:00
wandji a9cec25eee
Add warning notification for inventory item relationships [SCI-9831] (#6786) 2023-12-11 17:05:54 +01:00
Alex Kriuchykhin 5c852a1aa4 Trigger file text extraction on file update in an inventory [SCI-9842] (#6782) 2023-12-11 15:46:03 +01:00
Ivan Kljun 0f12be6a26 Implement dynamic subject class handling in generalnotification [SCI-9825] 2023-12-11 15:41:24 +01:00
Martin Artnik 7ba4efe30c Fix recipients for my_module designation notifications [SCI-9863] 2023-12-11 14:32:37 +01:00
Martin Artnik c0bc77024b Fix notification messages [SCI-9843] 2023-12-11 14:32:22 +01:00
Soufiane 00092b8059
Implement unlinking on inventory unsharing [SCI-9714] (#6736) 2023-12-11 13:52:50 +01:00
Martin Artnik 91533a25ac
Merge pull request #6792 from ivanscinote/SCI-9825-ik
Make Date/Date&Time and Low Stock notifications work when deleting Repository/row record [SCI-9825]
2023-12-11 13:40:26 +01:00
Martin Artnik 8423f4f38f
Merge pull request #6794 from G-Chubinidze/gc_SCI_9843
Incomplete/missing text in notification emails [SCI-9843]
2023-12-11 13:39:15 +01:00
Martin Artnik c7c72983ca
Merge pull request #6793 from G-Chubinidze/gc_SCI_9811
[CAPA] Unable to view assigned persons within a task [SCI-9811]
2023-12-11 13:35:07 +01:00
Giga Chubinidze 49a99ee243 updated notification title function 2023-12-11 16:18:08 +04:00
Ivan Kljun 41c5ecf1d8 Make Date/Date&Time and Low Stock notifications work when deleting Repository/row record [SCI-9825] 2023-12-11 11:55:02 +01:00
Anton 36ec0607ee Fix team notifications link [SCI-9861] 2023-12-11 11:27:58 +01:00
wandji dceb92021a
Connect add relationship modal to backend [SCI-9711] (#6749) 2023-12-11 10:43:47 +01:00
Martin Artnik 58acbcaecf
Merge pull request #6785 from artoscinote/ma_SCI_9856
Implement delivery notifications, fix specs [SCI-9856]
2023-12-11 09:56:43 +01:00
Martin Artnik 99fe879057
Merge pull request #6790 from G-Chubinidze/gc_SCI_9843
Incomplete/missing text in notification emails [SCI-9843]
2023-12-11 09:52:48 +01:00
Giga Chubinidze 69ca8c5022 Incomplete/missing text in notification emails [SCI-9843] 2023-12-11 11:52:28 +04:00
Martin Artnik af7bae48a0 Implement delivery notifications, fix specs [SCI-9856] 2023-12-08 13:57:43 +01:00
Martin Artnik ff117b8358
Merge pull request #6784 from G-Chubinidze/gc_SCI_9829
Smart annotation is not saved on checklist item [SCI-9829]
2023-12-08 13:34:43 +01:00
Giga Chubinidze 3dd3b00b06 preventing esc and enter from interfering 2023-12-08 16:20:02 +04:00
Alex Kriuchykhin f0f7f28227
Trigger file text extraction on file update in an inventory [SCI-9842] (#6782) 2023-12-08 11:29:11 +01:00
wandji 6f27b4c450
Call project project user assignment job with perform now [SCi-9750] (#6766)
* Add polling to update project user assignments list [SCi-9750]

* Call project project user assignment job with perform now [SCI-9750]

* Call UserAssignments::PropagateAssignmentJob directly from destroy action SCI-[9750]
2023-12-08 10:27:50 +01:00
Martin Artnik 279c63bc58
Merge pull request #6780 from artoscinote/ma_SCI_9775
Fix repository date notification job [SCI-9775]
2023-12-08 09:52:18 +01:00
Martin Artnik 37cb6a4f69 Fix repository date notification job [SCI-9775] 2023-12-07 18:13:21 +01:00
Martin Artnik a76ba226f9
Merge pull request #6779 from ivanscinote/SCI-9847-ik
Create notification recipient class for change_users_ro le_on_team_activity [SCI-9847]
2023-12-07 16:59:32 +01:00
wandji 98b8c25c59
Set remote true for webhooks create form [SCI-9743] (#6777) 2023-12-07 15:24:03 +01:00
Ivan Kljun aa04e9014c Create notification recipient class for change_users_role_on_team_activity [SCI-9847] 2023-12-07 14:36:12 +01:00
Martin Artnik 8e84a83ce6
Merge pull request #6773 from ivanscinote/SCI-9623-ik
Fix prepend_title_page method in pdf_job [SCI-9623]
2023-12-07 10:27:48 +01:00
Ivan Kljun 1d5e072f0b Fix prepend_title_page method in pdf_job [SCI-9623] 2023-12-07 10:23:56 +01:00
Martin Artnik 4bcf41399d
Merge pull request #6772 from G-Chubinidze/gc_SCI_9829
Smart annotation is not saved on checklist item [SCI-9829]
2023-12-07 08:45:21 +01:00
Giga Chubinidze 18380402fc Smart annotation is not saved on checklist item [SCI-9829] 2023-12-07 11:35:02 +04:00
Martin Artnik 152522341c
Merge pull request #6770 from ivanscinote/SCI-9561-implement-repository-date-reminder-notification
Fix translation for Date/Date&Time [SCI-9561]
2023-12-06 14:59:11 +01:00
Ivan Kljun 55ee531e23 Fix translation for Date/Date&Time [SCI-9561] 2023-12-06 11:42:40 +01:00
Martin Artnik 7c73f284b4 Merge branch 'features/notification-revamp' into develop 2023-12-06 11:36:32 +01:00
Oleksii Kriuchykhin d1e7ab5efb Merge branch 'develop' into features/inventory-items-relationships 2023-12-06 11:11:30 +01:00
Oleksii Kriuchykhin bd89a0c9bf Merge branch 'develop' into features/bugfixes-and-improvements 2023-12-06 11:09:34 +01:00
Martin Artnik 94e8a8d89f
Merge pull request #6759 from ivanscinote/SCI-9782-ik
Create RepositoryItemRecipients for Low Stock and Date/Date&Time notifications [SCI-9782]
2023-12-06 10:40:34 +01:00
Ivan Kljun 8c31680573 Create RepositoryItemRecipients for Low Stock and Date/Date&Time notifications [SCI-9782] 2023-12-06 10:38:24 +01:00
Soufiane 8e25b95e83
Respect the order of the item relationship column when exporting inventory [SCI-9673] (#6706) 2023-12-06 10:24:07 +01:00
Martin Artnik 469f581e20
Merge pull request #6769 from G-Chubinidze/gc_SCI_9788
Redundant notifications [SCI-9788]
2023-12-06 09:30:17 +01:00
Giga Chubinidze a25113275a added access permission blocks 2023-12-06 11:02:25 +04:00
Martin Artnik 31e55488a7
Merge pull request #6750 from G-Chubinidze/gc_SCI_9788
Redundant notifications [SCI-9788]
2023-12-05 14:57:01 +01:00
Oleksii Kriuchykhin feeb350114 Merge branch 'develop' into features/linked-inventories 2023-12-05 14:12:42 +01:00
Ivan Kljun 937e3247db Remove icon from app notifications [SCI-9768] 2023-12-05 12:52:40 +01:00
wandji 4df097b251
Init provisioning polling after successful cloning tasks [SCI-9796] (#6758) 2023-12-05 10:15:11 +01:00
Martin Artnik 254550ef7f
Merge pull request #6755 from ivanscinote/SCI-9775-ik
Fix translations for notifications (Due date, Date/Date&Time, Low stock) [SCI-9775]
2023-12-05 09:29:38 +01:00
Giga Chubinidze 70ed2cb868 logic cleanup 2023-12-05 12:06:58 +04:00
Giga Chubinidze 33527d14c8 [CAPA] Unable to view assigned persons within a task [SCI-9811] 2023-12-05 12:05:35 +04:00
Alex Kriuchykhin 44a8fc06b3
Escape special regexp symbols in clonable name generation [SCI-9819] (#6756) 2023-12-04 16:21:24 +01:00
wandji 1d52e20f4e
Fix issue showing item card reminder when threshold equals stock value [SCI-9828] (#6753) 2023-12-04 16:21:08 +01:00
Ivan Kljun dde7c512a9 Fix translations for notif (Due date, Date/Date&Time, Low stock) [SCI-9775] 2023-12-04 14:13:16 +01:00
Anton d125eae4bb Fix smart annotation on steps [SCI-9799] 2023-12-04 11:17:06 +01:00
aignatov-bio b7177a8592
Merge pull request #6751 from aignatov-bio/ai-sci-fix-emojies-in-item-card
Increase delay for status replace [SCI-9820]
2023-12-04 10:47:21 +01:00
Anton f70ade23b9 Increase delay for status replace [SCI-9820] 2023-12-04 10:14:16 +01:00
Martin Artnik 4a22bc9ee8
Merge branch 'develop' into gl_SCI_9789 2023-12-04 09:50:32 +01:00
Giga Chubinidze 121cbe7471 Redundant notifications [SCI-9788] 2023-12-04 11:29:17 +04:00
Gregor Lasnibat c1e3c2b6c6 (fix) Update of item table not done, stock modal entry [SCI-9789] 2023-12-01 16:44:13 +01:00
Gregor Lasnibat 9656b6c19a (fix) Red dot reminder is not upadated on item card [SCI-9818] 2023-12-01 16:27:03 +01:00
Martin Artnik b1b8059e41
Merge pull request #6745 from ivanscinote/SCI-9561-implement-repository-date-reminder-notification
Add job for RepositoryDateValue, fix translation [SCI-9561]
2023-12-01 15:49:57 +01:00
Martin Artnik df66fd292b
Merge pull request #6738 from G-Chubinidze/gc_SCI_9766
Notification breadcrumb to Experiment page is not working [SCI-9766]
2023-12-01 15:46:18 +01:00
Ivan Kljun a5f711aa46 Add job for RepositoryDateValue, fix translation [SCI-5961] 2023-12-01 15:04:24 +01:00
Anton 4248bfa253 Fix emojies in item card 2023-12-01 11:53:42 +01:00
Martin Artnik 385d9463ad
Merge pull request #6740 from lasniscinote/gl_SCI_9805
(fix) Lost (A) in front of archived item on item card [SCI-9805]
2023-12-01 09:33:59 +01:00
Martin Artnik 15ddaa88a5
Merge pull request #6739 from lasniscinote/gl_SCI_9789
(fix) Update of item table not done, stock modal entry [SCI-9789]
2023-12-01 09:33:36 +01:00
Gregor Lasnibat 5305ca6f1b (fix) Lost (A) in front of archived item on item card [SCI-9805] 2023-11-30 16:28:59 +01:00
ajugo ebf6d1aee6
Merge pull request #6711 from wandji20/wb-SCI-9716
Add relationship to project exports [SCI-9716]
2023-11-30 15:55:39 +01:00
Gregor Lasnibat 90f62ae9c2 (fix) Update of item table not done, stock modal entry [SCI-9789] 2023-11-30 15:54:50 +01:00
Martin Artnik 9303266c53
Merge pull request #6735 from lasniscinote/gl_SCI_9805
(fix) Lost (A) in front of archived item on item card [SCI-9805]
2023-11-30 13:15:53 +01:00
Giga Chubinidze e509052140 Notification breadcrumb to Experiment page is not working [SCI-9766] 2023-11-30 13:54:40 +04:00
Gregor Lasnibat 92ad9becef (fix) Lost (A) in front of archived item on item card [SCI-9805] 2023-11-29 16:08:19 +01:00
Martin Artnik b7a67c2a60
Merge pull request #6734 from lasniscinote/gl_SCI_9789
(fix) Update of item table not done, stock modal entry [SCI-9789]
2023-11-29 16:00:23 +01:00
Martin Artnik a5bbc190f9 Merge branch 'develop' into features/inventory-items-relationships 2023-11-29 15:16:22 +01:00
Gregor Lasnibat 559461f2c6 (fix) Upadate of item table not done, stock modal entry [SCI-9789] 2023-11-29 14:54:30 +01:00
wandji20 13a675065d Fix bug in exports- [SCI-9716] 2023-11-29 11:21:34 +01:00
Martin Artnik a2f8fc5837 Fix notification mailer [SCI-9608] 2023-11-29 11:09:10 +01:00
Gregor Lasnibat 3f135a9e12 (fix) Hover and mouse pointer on item card is not correct [SCI-9791] 2023-11-29 10:59:24 +01:00
Martin Artnik ecf2814b68
Merge pull request #6731 from G-Chubinidze/gc_SCI_9189_v2
Handsontable fix browser-case [SCI-9189]
2023-11-29 09:32:31 +01:00
Giga Chubinidze bf26ed43df Modified designated recipients generation [SCI-9562] 2023-11-29 05:12:02 +04:00
Giga Chubinidze a8d76cea11 Handsontable fix browser-case [SCI-9189] 2023-11-29 04:32:16 +04:00
Martin Artnik fe34412f62
Merge pull request #6728 from artoscinote/ma_SCI_9189
Table and sticky toolbar fix [SCI-9189]
2023-11-28 15:16:54 +01:00
Martin Artnik 74ff724dd6
Merge pull request #6727 from artoscinote/ma_SCI_9790
Implement notification settings migration [SCI-9790]
2023-11-28 15:09:57 +01:00
Martin Artnik 1ff9c952d9 Table and sticky toolbar fix [SCI-9189] 2023-11-28 15:09:21 +01:00
Martin Artnik f5299ea6e9 Implement notification settings migration [SCI-9790] 2023-11-28 13:52:04 +01:00
sboursen-scinote b242a42da7 Fix activity for delete inventory item [SCI-9787] 2023-11-28 13:22:19 +01:00
wandji20 99bdae964a Fix Typo [SCI-9716] 2023-11-28 13:15:42 +01:00
Martin Artnik 25b59b3e4e
Merge pull request #6722 from lasniscinote/gl_SCI_9683
(update) Item card behavior in cases of error states [SCI-9683]
2023-11-28 13:10:59 +01:00
wandji20 ca85ea0eb4 Add relationship to project exports and fix vue 3 upgrade for item relationship modal [SCI-9716] 2023-11-28 12:58:55 +01:00
Gregor Lasnibat 3dd15ed1a5 Implement the 'Add relationship' modal, only front end [SCI-9671] 2023-11-28 12:44:57 +01:00
Anton 10f7157cc3 Fix focus on select dropdown 2023-11-28 10:44:48 +01:00
Martin Artnik f3ee9a854f Merge branch 'develop' into features/notification-revamp 2023-11-28 10:26:51 +01:00
Anton 8d0e13b8c3 Add datetime reminder to item card 2023-11-28 09:57:43 +01:00
Gregor Lasnibat 77c18747d2 (update) Item card behavior in cases of error states [SCI-9683] 2023-11-28 09:42:35 +01:00
Martin Artnik dd2b33ddaf
Merge pull request #6654 from ivanscinote/SCI-9636-IK
Add notification cleanup job [SCI-9636]
2023-11-27 17:48:27 +01:00
Martin Artnik 481abd0cc1 Add notification cleanup job [SCI-9636] 2023-11-27 17:44:12 +01:00
Martin Artnik c2170e0eaf
Merge pull request #6707 from okriuchykhin/ok_SCI_9765
Reload item sidebar even if same item is selected [SCI-9765]
2023-11-27 17:25:30 +01:00
Martin Artnik d9c7a47dfd
Merge pull request #6721 from lasniscinote/gl_SCI_9755
(fix) TypeErrors in 'Assign to task' dialog [SCI-9755]
2023-11-27 17:25:10 +01:00
Gregor Lasnibat 29e3517f51 Implement a link in the relationships column [SCI-9670] 2023-11-27 16:31:05 +01:00
Gregor Lasnibat e5cb70126b (fix) TypeErrors in 'Assign to task' dialog [SCI-9755] 2023-11-27 16:19:36 +01:00
Gregor Lasnibat b6752b6851 (fix) Update CSS according to Figma design (pair-programming/UX) [SCI-9694] 2023-11-27 14:43:49 +01:00
Giga Chubinidze b85284c548 fix after conflict fix 2023-11-27 17:14:50 +04:00
Martin Artnik 5aff062a76 Copy changes for report wizard [SCI-9693] 2023-11-27 12:56:33 +01:00
G-Chubinidze 006b0d32b3
Merge branch 'features/notification-revamp' into gc_SCI_9695 2023-11-27 15:05:45 +04:00
Giga Chubinidze ceb94f72c0 added always on subgroup 2023-11-27 15:01:23 +04:00
Anton f6783b219b Fix smart annotations [SCI-9605][SCI-9772] 2023-11-27 11:38:54 +01:00
Martin Artnik 1d1f638d78
Merge pull request #6715 from sboursen-scinote/sb_SCI-9690
Push items card inner navigator to the left [SCI-9690]
2023-11-27 10:53:23 +01:00
sboursen-scinote 05d3aa8289 Push items card inner navigator to the left [SCI-9690] 2023-11-27 10:51:35 +01:00
Martin Artnik 3cde57df48
Merge pull request #6714 from aignatov-bio/ai-sci-9741-fix-datetime-field
Fix view mode
2023-11-27 10:03:11 +01:00
Anton d8ea0d9e88 Fix view mode 2023-11-27 10:01:12 +01:00
Martin Artnik 30e507a4f3
Merge pull request #6705 from lasniscinote/gl_SCI_9785
(fix) Scrolling not working after opening notifications [SCI-9785]
2023-11-27 09:35:28 +01:00
Giga Chubinidze 28921bec47 Default Notifications and migration (notifications revamp) [SCI-9695] 2023-11-27 09:21:34 +04:00
Anton fe506edbd5 Item card datetime picker final version [SCI-9741] 2023-11-24 19:16:32 +01:00
Oleksii Kriuchykhin c047d44265 Relaod item sidebar even if same item is selected [SCI-9765] 2023-11-24 16:05:07 +01:00
Oleksii Kriuchykhin f6bd599a41 Merge branch 'develop' into features/bugfixes-and-improvements 2023-11-24 15:58:16 +01:00
Gregor Lasnibat 5de17fbfb1 (fix) Scrolling not working after opening notifications [SCI-9785] 2023-11-24 15:45:00 +01:00
Martin Artnik 0c5171911e Add missing notification mailer files 2023-11-24 15:37:15 +01:00
Martin Artnik cc5aa5eaf5 Subtype fixes 2023-11-24 14:58:46 +01:00
Alex Kriuchykhin 9e9f8ab402
Add external_id field to repository list and checklist items [SCI-9454] (#6702) 2023-11-24 14:21:11 +01:00
Anton ccc435484d nitial version for datetime picker [SCI-9741] 2023-11-24 14:12:30 +01:00
Oleksii Kriuchykhin fa35de6a58 Merge branch 'develop' into features/inventory-items-relationships 2023-11-24 14:04:18 +01:00
Alex Kriuchykhin 39f4637351
Revert "Switch to using Vue3 date-picker in item card [SCI-9741] (#6697)" (#6700)
This reverts commit eaa0989c77.
2023-11-24 12:55:22 +01:00
Martin Artnik 3f338cafed Fix template v-for key position in notification_item.vue 2023-11-24 10:58:38 +01:00
Martin Artnik ea80fddfa4 Fix template v-for key position 2023-11-24 10:11:08 +01:00
Martin Artnik 2dce55541d Update user preferences with to Vue3 2023-11-24 09:48:21 +01:00
wandji 3b165ba92d
Read inventory item number column decimal value from backend [SCI-9764] (#6698) 2023-11-23 17:45:50 +01:00
Soufiane eaa0989c77
Switch to using Vue3 date-picker in item card [SCI-9741] (#6697) 2023-11-23 17:44:22 +01:00
wandji 2009d01532
Strip insignificant zero for ledger records in consumption export [SCI-9646] (#6693)
* Strip insignificant zero for ledger records when stock precision is zero [SCI-9646]

* Stip insignicant zeros for all stock ledger records in consumption exports [SCI-9646]
2023-11-23 17:35:51 +01:00
wandji 6c11c6641b
Fix double request for editing item card name [SCI-9771] (#6696)
* Fix double request for editing item card name [SCI-9771]

* Set repository cell to nil after deleting repository cell in row update service [SCI-9771]
2023-11-23 17:35:34 +01:00
Oleksii Kriuchykhin 9adad3139c Merge branch 'features/inventory-item-card-edit' into develop 2023-11-23 11:39:08 +01:00
ajugo 7b09c43c22
Merge pull request #6695 from rekonder/aj_SCI_9770
Fix manage edit card permission propagation [SCI-9770]
2023-11-23 11:33:50 +01:00
Soufiane ed49e8296b
Fix item card transition after switching to Vue3 [SCI-9589] (#6691) 2023-11-23 11:30:49 +01:00
Oleksii Kriuchykhin 9983d70eec Merge branch 'develop' into features/bugfixes-and-improvements 2023-11-23 11:11:46 +01:00
Andrej 7c5109fb12 Fix manage edit card permission propagation [SCI-9770] 2023-11-23 11:11:43 +01:00
Oleksii Kriuchykhin 01219f09eb Merge branch 'develop' into features/inventory-items-relationships 2023-11-23 11:08:42 +01:00
Martin Artnik 854ecc0092
Merge pull request #6677 from artoscinote/ma_SCI_9693
Fix report result content toggling [SCI-9693]
2023-11-23 10:37:49 +01:00
Anton b18b1d9697 Fix invitation notifications [SCI-9609] 2023-11-23 10:36:13 +01:00
Anton 0ec734b467 Merge branch 'develop' into features/notification-revamp 2023-11-23 10:05:42 +01:00
Alex Kriuchykhin 940ff553c0
Update HoundCI config (#6687) 2023-11-23 09:50:39 +01:00
Gregor Lasnibat 6db47192fd
Merge pull request #6686 from lasniscinote/gl_SCI_9683
(fix) Item card behavior in cases of error states [SCI-9683]
2023-11-22 16:16:10 +01:00
Martin Artnik 8e080d5314 Actually add proper e2e ids to inventories and inventory items [SCI-9624] 2023-11-22 15:51:31 +01:00
Martin Artnik e13314349c Merge branch 'release/1.28.0' into develop 2023-11-22 15:13:57 +01:00
Martin Artnik 18b5222227 Merge branch 'features/inventory-item-card-edit' into develop 2023-11-22 15:09:10 +01:00
Soufiane bc2904823d
Add link to assigned item to task for snapshots version [SCI-9689] (#6656) 2023-11-22 14:53:08 +01:00
Gregor Lasnibat 1ff3e43171 (fix) Item card behavior in cases of error states [SCI-9683] 2023-11-22 14:15:24 +01:00
Martin Artnik 0b2c8546c0 Add proper e2e ids to inventories and inventory items [SCI-9624] 2023-11-22 13:49:29 +01:00
Soufiane 09310f6546
Fix scrolling edge case for the ScrollSpy component [SCI-9690] (#6661)
- Clicking on navigator item should highlight the item when the window is zoomed out or zoomed in (not 100%).
- Clicking on navigator item should scroll to section when window is zoomed in.
2023-11-22 11:05:52 +01:00
wandji dcadf3f4db
Fix displayed selected value checklist component [SCI-9702] (#6659) 2023-11-22 11:05:05 +01:00
aignatov-bio 89584365cb
Merge pull request #6682 from aignatov-bio/ai-sci-fix-sidebar
Fix sidebar
2023-11-22 09:42:08 +01:00
Anton b9618e8e20 Fix sidebar 2023-11-22 09:37:25 +01:00
Anton ffa22377f9 Fix clearable date on canvas 2023-11-21 21:00:46 +01:00
Anton 84494a707b Fix resize icon name 2023-11-21 15:11:42 +01:00
Soufiane 86b6f4243c
Fix wrong activity wording for add/remove stock [SCI-9721] (#6671) 2023-11-21 14:55:07 +01:00
Martin Artnik 720eceb59f
Merge pull request #6557 from artoscinote/ma_SCI_9608
Implement general notification mailer [SCI-9608]
2023-11-21 14:49:06 +01:00
Martin Artnik e0cd9cf9fd Implement general notification mailer [SCI-9608] 2023-11-21 14:21:55 +01:00
aignatov-bio 4d3c9381b0
Merge pull request #6679 from aignatov-bio/ai-sci-9748-fix-repository-search
Fix filters and missing barcode icon [SCI-9748]
2023-11-21 14:05:25 +01:00
Anton 25048ddd4e Fix filters and missing barcode icon [SCI-9748] 2023-11-21 13:51:16 +01:00
Martin Artnik 19297c8f69 Fix label printing modal [SCI-9749] 2023-11-21 13:39:21 +01:00
Martin Artnik 64e192fac2 Fix report result content toggling [SCI-9693] 2023-11-21 13:05:07 +01:00
wandji ee49dd1895
Update placeholder value for item card asset field [SCI-9615] (#6668) 2023-11-21 11:07:57 +01:00
Martin Artnik 3f6e8b0a78
Merge pull request #6667 from lasniscinote/gl_SCI_9686
(Fix) Only one item can be opened on item card [SCI-9686]
2023-11-21 10:23:35 +01:00
Martin Artnik f03883ca3c
Merge pull request #6675 from lasniscinote/gl_SCI_9681
(fix) Item card changes are not visible at click away [SCI-9681]
2023-11-21 10:17:48 +01:00
Martin Artnik 0489b853d3
Merge pull request #6673 from aignatov-bio/ai-sci-9697-improve-filters-layout
Fix filters layout [SCI-9697]
2023-11-21 10:09:24 +01:00
Giga Chubinidze 5f35b4510c added MyModules module 2023-11-21 10:59:16 +04:00
Anton d68367eb37 Fix filters layout [SCI-9697] 2023-11-20 16:38:45 +01:00
Anton 6b82e12165 Fix resizeble navigator 2023-11-20 16:28:43 +01:00
wandji 91f650e227
Reload inventory table after changes to item card [SCI-9617] (#6626)
* Reload inventory table row after changes to item card [SCI-9617]

* Reload full table after updating item card column [SCI-9617]

* Update 2 line if condition formatting style [SCI-9617]
2023-11-20 15:26:01 +01:00
wandji 7a916b7d11
Add activities to inventories [SCI-5578] (#6588)
* Add activities for stock consumption and inventories export and inventory item file edit [SCI-5578]

* Improve check for creating inventory item asset activity [5578]

* Improve query for inventory items in consumption export [SCI-5578]
2023-11-20 13:37:57 +01:00
wandji 0fc485705c
Fix issue with decimal precision on the manage stock modal and ledger exports [SCI-9646] (#6641) 2023-11-20 13:25:20 +01:00
Alex Kriuchykhin 43b8f97126
Improve handling of unshared inventories and unassigned items for stock ledger records [SCI-9504] (#6565) 2023-11-20 13:24:31 +01:00
Anton 2b51a4f4bd Vue3 migration mfixes [SCI-9733][SCI-9735][SCI-9736][SCI-9738] 2023-11-20 11:41:30 +01:00
Gregor Lasnibat e3cd70ea0d (fix) Item card changes are not visible at click away [SCI-9681] 2023-11-20 09:36:47 +01:00
Gregor Lasnibat bbe71c4a26 (Fix) Only one item can be opened on item card [SCI-9686] 2023-11-19 18:10:19 +01:00
Anton 9be17cfaf3 Result page fixes [SCI-9731] 2023-11-17 15:01:28 +01:00
Anton 6cff10ec7c Fixes vue3 migration [SCI-9726][SCI-9728][SCI-9729] 2023-11-17 14:19:26 +01:00
ajugo 91f5f2b587
Add missing collapse all icon [SCI-9717] (#6663) 2023-11-17 14:19:04 +01:00
ajugo 8853f54ad3
Fix rendering template for additional data for reports [SCI-9717] (#6660) 2023-11-17 11:11:07 +01:00
Oleksii Kriuchykhin f7d8fc96ac Merge branch 'develop' into features/bugfixes-and-improvements 2023-11-17 10:44:32 +01:00
aignatov-bio 5dbfed20c8
Merge pull request #6647 from aignatov-bio/ai-sci-9706-fix-time-inconsistent
Fix time format and picker position [SCI-9706]
2023-11-17 10:04:32 +01:00
Martin Artnik 4082ecc326
Merge pull request #6657 from lasniscinote/gl_SCI_9708
Apply vue3 upgrade to Item Card [SCI-9708]
2023-11-16 16:29:58 +01:00
Gregor Lasnibat 4ad01a4086 Apply vue3 upgrade to Item Card [SCI-9708] 2023-11-16 16:25:34 +01:00
Martin Artnik 3547b7c2d1
Merge pull request #6655 from scinote-eln/e2e
Merge e2e
2023-11-16 13:23:13 +01:00
Oleksii Kriuchykhin cc8b993430 Merge branch 'develop' into features/inventory-item-card-edit 2023-11-16 11:12:50 +01:00
Oleksii Kriuchykhin e8abbbbcdf Merge branch 'develop' into features/inventory-items-relationships 2023-11-16 11:04:27 +01:00
ajugo a765ab009d
Fix report template loading [SCI-9663] (#6651) 2023-11-16 09:05:21 +01:00
Anton 13eca7e035 Fix time format and picker position [SCI-9706] 2023-11-15 16:18:00 +01:00
wandji 0987ebf637
Update viewer and technician interaction on shareable link modal [SCI-9047] (#6568) 2023-11-15 15:55:48 +01:00