Problem / Motivation
I used to be able to view the log after a site was created by clicking the back button from the site. Apparently, that is no longer possible. Please restore that capability. I sometimes need to do this if I'm not seeing the behavior I expected and want to confirm that a particular patch was properly applied.
Steps:
1. Go to simplytest.me.
2. Enter admin_toolbar as the project.
3. Click advanced options.
4. Paste https://git.drupalcode.org/project/admin_toolbar/-/merge_requests/149.patch into the patch field
5. (not a necessary step but I did this so including yet just in case this has anything to do with the issue: I clicked Add patch, realized I didn't need to do that, and clicked the X to close the additional patch field).
6. Click launch sandbox.
7. Wait until I see the welcome screen for the website.
8. Click the back button.
Expected result: I briefly see the log and can copy selected copy and paste it before I get returned to the website.
Actual result: I see the original input form.
Comments
Comment #2
mglamanI think the old version stored each launch and log in the database, and that's what allowed this feature. However, clicking back _should_ have gone to
'/tugboat/progress/{instance_id}/{job_id}'to show the job log as long as the preview exists in Tugboat.I'm workin on other maintenance and will see how we can bring this back.