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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0056761
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[POS2] POSminoralways2024-10-14 09:192024-10-14 09:19
ReportermigueldejuanaView Statuspublic 
Assigned ToTriage Platform Base 
PrioritynormalResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0056761: Allow UserActions without call to an StateAction to save approval in Approval History window

DescriptionCurrently, we are able to save approvals related to actions in the backoffice (for example in Touchpoint --> Cashup History --> Approval History).

We can save any UserAction/UIAction approval there if we include for example:

  getSynchronizableStateModel() {
    return 'Cashup';
  }

This works properly for UserActions/UIActions that call to an StateAction but not for the rest.
Steps To Reproduce- Add this code in SelectAttachedSafeboxToCount.js:
  getSynchronizableStateModel() {
    return 'Cashup';
  }

- Login in VBSSB2
- In Select Drawer step while login, select an Attached Drawer (Press Show All utton before)
- An Approval is shown
- SelectAttachedSafeboxToCount action is executed
- Go to the ERP and confirm that the Approval is not saved properly
Proposed SolutionI would improve UserAction.js to be able to save approval in UserAction without a call to StateAction adding a dummy generic StateAction just to be albe to execute approvals savement.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2024-10-14 09:19 migueldejuana New Issue
2024-10-14 09:19 migueldejuana Assigned To => Triage Platform Base
2024-10-14 09:19 migueldejuana Triggers an Emergency Pack => No


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker