Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(bug) Journal Edit Mode "Save Transaction" Ignores Filtering #1600

Closed
jniles opened this issue May 4, 2017 · 0 comments · Fixed by #1601
Closed

(bug) Journal Edit Mode "Save Transaction" Ignores Filtering #1600

jniles opened this issue May 4, 2017 · 0 comments · Fixed by #1601
Assignees
Labels

Comments

@jniles
Copy link
Contributor

jniles commented May 4, 2017

The Posting Journal's edit mode allows a user to edit the Journal successfully, but on save it will refresh the entire dataset without taking into account the filters applied. For tens of thousands of transactions in the Posting Journal, this can cause the server to crash. When the "Save Transaction" button is clicked, it should refresh the datastore while retaining the same filtered view.

@jniles jniles added the Bug label May 4, 2017
@jniles jniles self-assigned this May 5, 2017
jniles pushed a commit to jniles/bhima that referenced this issue May 5, 2017
The Posting Journal previously did not reload the filters after an edit.  This was a simple problem
of merging or programmer forgetting to call the formatHTTP().  This commit fixes that error.

Closes IMA-WorldHealth#1600.
jniles added a commit that referenced this issue May 5, 2017
The Posting Journal previously did not reload the filters after an edit.  This was a simple problem
of merging or programmer forgetting to call the formatHTTP().  This commit fixes that error.

Closes #1600.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant