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
Tackle UI doesn't bring back/pre-populate the details for an analysis that was run previously. The "application analysis" popup always starts from the beginning. For instance, if I have run an analysis, and I just want to re-run the same analysis with some changes (say, I just want to include one more migration target), the MTA web UI doesn't allow to do it. One has to go through all the steps (of uploading/specifying application binary, filling in all required targets, specifying custom rules etc.,.,) again to re-run the analysis.
The text was updated successfully, but these errors were encountered:
rromannissen
changed the title
Tackle UI to auto populate details for an existing analysis
[RFE] Tackle UI to auto populate details for an existing analysis
May 19, 2023
Currently, during the analysis process, not all user selections are being saved. As a result, it is not possible to fully populate the form with the user’s previous selections. Additionally, the AnalysisWizardFormValues object is not being saved on the server side, which means there is no way to access or reuse this data later.
Could you please clarify the requirements? Should I store the data only in Local Storage, or should I also implement server-side storage for these details?
Thank you!
Tackle UI doesn't bring back/pre-populate the details for an analysis that was run previously. The "application analysis" popup always starts from the beginning. For instance, if I have run an analysis, and I just want to re-run the same analysis with some changes (say, I just want to include one more migration target), the MTA web UI doesn't allow to do it. One has to go through all the steps (of uploading/specifying application binary, filling in all required targets, specifying custom rules etc.,.,) again to re-run the analysis.
The text was updated successfully, but these errors were encountered: