Commit graph

15133 commits

Author SHA1 Message Date
Martin Artnik 58aa0f096d
Merge pull request #6690 from artoscinote/ma_SCI_9624
Actually add proper e2e ids to inventories and inventory items [SCI-9624]
2023-11-22 15:54:06 +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
Martin Artnik 23513492e7
Merge pull request #6684 from artoscinote/ma_SCI_9624
Add proper e2e ids to inventories and inventory items [SCI-9624]
2023-11-22 13:54:14 +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
Martin Artnik d5c9f4d338
Update VERSION
Bump version to 1.29.3
2023-11-22 11:02:04 +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
Martin Artnik d67f2bb51c
Merge pull request #6681 from aignatov-bio/ai-sci-fix-due-date-clear-on-canvas
Fix clearable date on canvas
2023-11-22 09:10:11 +01:00
Anton ffa22377f9 Fix clearable date on canvas 2023-11-21 21:00:46 +01:00
Martin Artnik 1b7d80484e
Merge pull request #6680 from aignatov-bio/ai-sci-rename-resize-icon
Fix resize icon name
2023-11-21 15:12:51 +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
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 f866ecfcdb
Merge pull request #6678 from artoscinote/ma_SCI_9749
Fix label printing modal [SCI-9749]
2023-11-21 13:45:36 +01:00
Martin Artnik 19297c8f69 Fix label printing modal [SCI-9749] 2023-11-21 13:39:21 +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
Martin Artnik 1bfdb722e8
Merge pull request #6672 from aignatov-bio/ai-sci-fix-resizeable-navigator
Fix resizeable navigator [SCI-9666]
2023-11-21 09:37:38 +01: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
Oleksii Kriuchykhin b475203b50 Bump version to 1.28.0.6 2023-11-20 13:50:28 +01:00
Oleksii Kriuchykhin d507ae0b93 Merge branch 'release/1.28.0.5' into release/1.28.0 2023-11-20 13:49:37 +01:00
Oleksii Kriuchykhin 84ed80ef23 Bump version to 1.28.0.5 2023-11-20 13:44:14 +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
aignatov-bio 26c726789c
Merge pull request #6670 from aignatov-bio/ai-sci-9733-fix-vue3-upgrade-issues
Vue3 migration fixes [SCI-9733][SCI-9735][SCI-9736][SCI-9738]
2023-11-20 11:55:30 +01:00
ajugo 790038fdc5
Fix test for due_date [SCI-9570] (#6669) 2023-11-20 11:46:00 +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
aignatov-bio 143a326885
Merge pull request #6665 from aignatov-bio/ai-sci-9731-fix-result-page
Result page fixes [SCI-9731]
2023-11-17 15:53:12 +01:00
Anton 9be17cfaf3 Result page fixes [SCI-9731] 2023-11-17 15:01:28 +01:00
aignatov-bio 76e4dfc49d
Merge pull request #6664 from aignatov-bio/ai-sci-9726-fix-task-result-dropdown
Fixes vue3 migration [SCI-9726][SCI-9728][SCI-9729]
2023-11-17 14:21:23 +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
Giga Chubinidze 7479ee7b12 Modify 3 colors for tags [SCI-9664] 2023-11-17 13:43:01 +01:00
Giga Chubinidze 72e9fda749 Add colors for tags [SCI-9664] 2023-11-17 13:42:55 +01:00
Martin Artnik 8d886951d1
Merge pull request #6662 from G-Chubinidze/gc_SCI_9664_pt2
Modify 3 colors for tags [SCI-c]
2023-11-17 13:19:14 +01:00
Giga Chubinidze 8bd87a5dd4 Modify 3 colors for tags [SCI-9664] 2023-11-17 16:17:51 +04:00
ajugo 1a82ff8d94
Fix report controller tests [SCI-9570] (#6652) 2023-11-17 11:39:13 +01:00
dependabot[bot] cf5247183e
Bump tinymce from 6.7.1 to 6.7.3 (#6650)
Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 6.7.1 to 6.7.3.
- [Changelog](https://github.com/tinymce/tinymce/blob/develop/modules/tinymce/CHANGELOG.md)
- [Commits](https://github.com/tinymce/tinymce/commits/6.7.3/modules/tinymce)

---
updated-dependencies:
- dependency-name: tinymce
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-17 11:18:25 +01:00