You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-1
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,25 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh
13
13
~~~
14
14
15
15
16
+
## [v7.6-beta.5] - 2024-11-15
17
+
18
+
* Fix error when creating a document as a user without `Administrator` or `Manager Users`.
19
+
20
+
* Issue **#4588** : Fix the API allowing documents to be moved with only VIEW permission. The UI requires EDIT permission. The API is now in line with that.
21
+
22
+
* Fix the `Copy As` menu item for ancestor folders that the user does not have VIEW permission on. For these cases, the `Copy As` sub menu now only displays the `Copy as name` entry.
23
+
24
+
* Change the explorer context menu to include the entries for `Dependencies` and `Dependants` if the user has at least VIEW permission. Previously required OWNER.
25
+
26
+
* Issue **#4586** : Fix error when changing filter on Document Permissions Report.
27
+
28
+
* Make account creation also create a stroom user. Make an update to an account also update the stroom user if the full name has changed.
29
+
30
+
* Fix bug in DB migration `V07_06_00_100__annotation_pre_migration_checks`.
31
+
32
+
* If you are upgrading from a previous v7.6 beta release you will need to run the following SQL. `update analytics_schema_history set checksum = '-86554219' where version = '07.06.00.405';` and `update processor_schema_history set checksum = '-175036745' where version = '07.06.00.305';`.
33
+
34
+
16
35
## [v7.6-beta.4] - 2024-11-04
17
36
18
37
* Issue **#4550** : Fix datasource already in use issue.
@@ -947,7 +966,8 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh
0 commit comments