Alex Kriuchykhin
d92a4e2dce
Fix migration for updating wrong team reference on assets [SCI-9971] ( #6903 )
2024-01-08 16:31:09 +01:00
Soufiane
4ad84a43b7
Adjust spacing in items card relationships section [SCI-9950] ( #6895 )
2024-01-08 16:30:34 +01:00
Gregor Lasnibat
4c8e566fa9
Merge pull request #6901 from lasniscinote/gl_SCI_9936
...
(tech debt) Fix formatting in VUE files [SCI-9936]
2024-01-08 16:26:49 +01:00
Gregor Lasnibat
30300dbe1d
(fix) Fix formatting in VUE files [SCI-9936]
2024-01-08 16:11:27 +01:00
Gregor Lasnibat
61965b8189
(fix) CSS item relationship [SCI-9934] ( #6892 )
2024-01-08 15:45:08 +01:00
Martin Artnik
50aa1f05a7
Merge pull request #6902 from artoscinote/ma_SCI_9967
...
Fix notifications being triggered for archived models [SCI-9967]
2024-01-08 15:44:39 +01:00
Martin Artnik
05c376a14b
Fix notifications being triggered for archived models [SCI-9967]
2024-01-08 15:23:16 +01:00
Gregor Lasnibat
ac8f5d8198
(fix) Background of opened modal from item card is not disabled [SCI-9931] ( #6891 )
2024-01-08 15:09:46 +01:00
wandji
c43dd38af4
Fix CSS issues add relationship modal [SCI-9955] ( #6897 )
2024-01-08 14:49:38 +01:00
Soufiane
4649a17cf9
Fix failing tests for item relationships [SCI-9719] ( #6900 )
2024-01-08 14:41:38 +01:00
ajugo
e2233523d2
Simplified create method for Repository row connections [SCI-9909] ( #6873 )
2024-01-08 14:14:24 +01:00
wandji
c607b8a323
Improve migration for repository_row_connections [SCI-9908] ( #6863 )
2024-01-08 12:01:06 +01:00
Ivan Kljun
370b3a03ed
Remove blur event listener from legacy inline edit [SCI-9951]
2024-01-08 12:00:26 +01:00
wandji
16bf3217e4
Fix issue opening item card [SCI-9961] ( #6898 )
...
* Fix issue opening item card [SCI-9961]
* Fix failing tests [SCI-9961]
2024-01-08 11:30:04 +01:00
wandji
465c8d1f80
Unify API step and result elements controllers implementation and types [SCI-9907] ( #6854 )
...
* Unify api step and result elements controllers implementation and types [SCI-9907]
* Update wrong serializer types [SCI-9907]
* Rename result and step text types [SCI-9907]
* Combine result and step assets serializer [SCI-9907]
2024-01-08 10:31:14 +01:00
Gregor Lasnibat
ab98965947
(fix) Wide code sample on a shared task [SCI-9942] ( #6890 )
2024-01-05 16:43:58 +01:00
ajugo
2020a8ce17
Merge pull request #6886 from sboursen-scinote/sb_SCI-9948
...
Fix issues with relationships columns in inventory table [SCI-9948]
2024-01-05 16:41:12 +01:00
Soufiane
79ac010a05
Fix API V2 endpoints for item relationships [SCI-9719] ( #6893 )
2024-01-05 16:02:05 +01:00
Gregor Lasnibat
7ab9c4f935
(fix) Range and Type errors after clearing search box [SCI-9867] ( #6877 )
2024-01-05 15:15:24 +01:00
Soufiane
0a70d70c7f
Align bullet-point position with the first line for checklist items [SCI-9881] ( #6887 )
2024-01-05 15:14:56 +01:00
ajugo
9e26d24dc9
Reset relationship counter when duplication repository row [SCI-9930] ( #6881 )
2024-01-05 14:47:44 +01:00
Alex Kriuchykhin
00cb69c4e2
Add migration fixing wrong team reference for assets in repository snapshots [SCI-9929] ( #6880 )
2024-01-05 14:44:35 +01:00
Martin Artnik
d680b3a256
Merge pull request #6827 from ivanscinote/SCI-9862-ik
...
Show modal when no predefined app for opening asset locally [SCI-9862]
2024-01-05 14:26:09 +01:00
Soufiane
e9d42beec4
Fix duplicated/missing attachements when bulk upload to result/step [SCI-9920] ( #6879 )
2024-01-05 14:23:44 +01:00
Soufiane
c3f8e873e9
Fix 500 error when adding stock to item [SCI-9498] ( #6883 )
2024-01-05 13:10:45 +01:00
Martin Artnik
7298042f2a
Merge pull request #6888 from artoscinote/ma_SCI_9956
...
Improve datepicker interactions for item sidebar [SCI-9956]
2024-01-05 13:09:06 +01:00
Martin Artnik
122c3aff1a
Improve datepicker interactions for item sidebar [SCI-9956]
2024-01-05 12:59:17 +01:00
Oleksii Kriuchykhin
95ab33a58b
Merge branch 'develop' into features/inventory-items-relationships
2024-01-05 11:27:32 +01:00
Ivan Kljun
44556f5070
Add Teleport for modals [SCI-9862]
2024-01-05 11:17:00 +01:00
dependabot[bot]
50c5e711b9
Bump view_component from 3.2.0 to 3.9.0 ( #6885 )
...
Bumps [view_component](https://github.com/viewcomponent/view_component ) from 3.2.0 to 3.9.0.
- [Release notes](https://github.com/viewcomponent/view_component/releases )
- [Changelog](https://github.com/ViewComponent/view_component/blob/main/docs/CHANGELOG.md )
- [Commits](https://github.com/viewcomponent/view_component/compare/v3.2.0...v3.9.0 )
---
updated-dependencies:
- dependency-name: view_component
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-05 11:00:52 +01:00
sboursen-scinote
e62a4a60ad
Fix issues with relationships columns in inventory table [SCI-9948]
2024-01-05 10:40:12 +01:00
Ivan Kljun
53c9be6f21
Fix hound suggestions [SCI-9862]
2024-01-04 16:45:22 +01:00
Soufiane
67ea1b15fe
Implement API V2 endpoints for item relationships [SCI-9719] ( #6847 )
2024-01-04 16:42:25 +01:00
Martin Artnik
30d0213799
Merge pull request #6878 from artoscinote/ma_SCI_9935
...
Fix conflicts in asset sync caused by preview generation [SCI-9935]
2024-01-04 13:35:04 +01:00
Ivan Kljun
60001e282c
Merge remote-tracking branch 'upstream/features/asset-sync' into SCI-9862-ik
2024-01-04 13:27:28 +01:00
Martin Artnik
f2a4e91d23
Merge pull request #6848 from G-Chubinidze/gc_SCI_9880
...
Missing links in notifications & emails for adding and removing a user to the team [SCI-9880]
2024-01-04 11:03:26 +01:00
Martin Artnik
0a5432f5bc
Merge pull request #6872 from artoscinote/ma_SCI_9737
...
Fix report table action buttons initialization [SCI-9737]
2024-01-04 11:00:39 +01:00
Ivan Kljun
2306496c3b
Apply hound suggestions [SCI-9862]
2024-01-04 11:00:20 +01:00
Martin Artnik
78747911b7
Fix conflicts in asset sync caused by preview generation [SCI-9935]
2024-01-04 10:40:28 +01:00
Martin Artnik
e360113838
Merge branch 'develop' into features/asset-sync
2024-01-04 10:07:11 +01:00
wandji
5c0c3e0eca
Add permission helper for connecting inventory items [SCI-9915] ( #6868 )
2024-01-04 09:47:40 +01:00
Martin Artnik
d412e600b6
Merge pull request #6830 from G-Chubinidze/gc_SCI_9841
...
Implement the SciNote Edit launching application modal [SCI-9841]
2024-01-04 08:54:14 +01:00
Giga Chubinidze
5e97cf9554
added subject instead of message
2024-01-04 03:31:46 +04:00
Giga Chubinidze
509024458d
new linter fixes
2024-01-04 03:13:21 +04:00
Giga Chubinidze
b6a84ecd87
hound fix
2024-01-04 03:04:17 +04:00
Giga Chubinidze
473fad28de
hound fix
2024-01-04 02:59:08 +04:00
Giga Chubinidze
888171c22c
hound fix
2024-01-04 02:58:18 +04:00
Giga Chubinidze
e0003e0789
hound fix
2024-01-04 02:57:14 +04:00
Giga Chubinidze
e304ad8ee6
hound fix
2024-01-04 02:55:52 +04:00
Giga Chubinidze
42133d5b8c
hound fix
2024-01-04 02:54:21 +04:00