-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent TooManyFieldsSent error in graph designer #11615
- Loading branch information
1 parent
88efb3f
commit fb2a48f
Showing
3 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
## Arches 7.6.4 Release Notes | ||
|
||
### Bug Fixes and Enhancements | ||
|
||
- Fix Graph Designer failure when editing large graphs #[11615](https://github.com/archesproject/arches/issues/11615) | ||
|
||
|
||
### Dependency changes: | ||
|
||
``` | ||
Python: | ||
Upgraded: | ||
None | ||
JavaScript: | ||
Upgraded: | ||
none | ||
``` | ||
|
||
### Upgrading Arches | ||
|
||
1. Upgrade to version 7.6.0 before proceeding by following the upgrade process in the [Version 7.6.0 release notes](https://github.com/archesproject/arches/blob/dev/7.6.x/releases/7.6.0.md) | ||
|
||
2. Upgrade to Arches 7.6.4 | ||
|
||
``` | ||
pip install --upgrade arches==7.6.4 | ||
``` | ||
3. If you are running Arches on Apache, restart your server: | ||
``` | ||
sudo service apache2 reload | ||
``` |