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
{{ message }}
This repository has been archived by the owner on Aug 22, 2018. It is now read-only.
A bug exists in the cost allocation module (/cost_center/allocation/). When attempting to unassign all accounts using the table header checkbox, the server throws an "Unexpected End Of Input" error.
Steps to Reproduce
Navigation to the cost center allocations module (/cost_center/allocation)
Choose a cost center from the drop down
Check all accounts to assign to that cost center and submit
Check all accounts to unassign (retirer) and submit
Observe the console errors.
Expected Results No errors!
This probably is an issue with the size of the JSON being posted to the server. The controller using JSON.stringify(accounts) to POST data back to the server. We might need to design a better API endpoint that takes only account IDs instead.
The text was updated successfully, but these errors were encountered:
A bug exists in the cost allocation module (
/cost_center/allocation/
). When attempting to unassign all accounts using the table header checkbox, the server throws an "Unexpected End Of Input" error.Steps to Reproduce
/cost_center/allocation
)Expected Results No errors!
This probably is an issue with the size of the JSON being posted to the server. The controller using
JSON.stringify(accounts)
to POST data back to the server. We might need to design a better API endpoint that takes only account IDs instead.The text was updated successfully, but these errors were encountered: