Skip to content

Commit

Permalink
6.8.74
Browse files Browse the repository at this point in the history
  • Loading branch information
derjoachim committed Sep 30, 2024
1 parent f477347 commit d3ac4e5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
30-09-2024: 6.8.74
- Tasks: select default tasklist for user more intelligently
- Finance: Change document owner
- Contracts: Change document owner
Expand Down
1 change: 0 additions & 1 deletion www/go/core/views/extjs3/data/EntityStoreProxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ go.data.EntityStoreProxy = Ext.extend(Ext.data.HttpProxy, {
}, this);

Promise.all(promises).catch(function(e) {
debugger;
console.error(e);
}).finally(function(){
cb.call(scope);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
sortInfo: {field: "name", direction: "ASC"},
groupField: 'group',
groupDir: "ASC",
limit: 0,
remoteSort: true,
remoteGroup: true
}
Expand Down
2 changes: 1 addition & 1 deletion www/version.php
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?php
return "6.8.73";
return "6.8.74";

0 comments on commit d3ac4e5

Please sign in to comment.