Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #49928 All Revisions ] Back to Issue ]
Summary 0049928: State persistence errors should be more visible
Revision 2022-08-01 14:17 by AugustoMauch
Steps To Reproduce - Install the patch attached. It will add a state action that allows to add additional information to the ticket.
- Open WebPOS, open the developer tools
- In the console, create a big string: bigData = 'x'.repeat(5*1024*1024)
- Assign the big string to the state using the new state action: OB.App.State.Ticket.setTicketExtraInfo({extraInfo: bigData}). There will be an error because the state cannot be persisted but it will not be logged in the terminal log
Revision 2022-08-01 14:15 by AugustoMauch
Steps To Reproduce -


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker