Closed (fixed)
Project:
Cloud
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
15 Nov 2018 at 19:43 UTC
Updated:
2 Dec 2018 at 22:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
baldwinlouie commentedAttaching patch that adds this functionality. This adds an "Attach" and "Detach" link to the Volume Operations.
Comment #3
baldwinlouie commentedAttaching patch that adds this functionality. This adds an "Attach" and "Detach" link to the Volume Operations.
Comment #5
yas@baldwinlouie
Thank you for the patch. It contains the path:
modules/contrib/, therefore the automated test didn't pass...Comment #6
baldwinlouie commentedRerolling the patch. This time from the command line instead of from phpstorm.
Comment #7
baldwinlouie commentedrerolling again. This time with git diff HEAD to properly recognize the newly added files.
Comment #8
yas@baldwinlouie
@xiaohua-guan
It looks having an issue for AwsDeleteForm?
Comment #9
baldwinlouie commented@yas, Rerolling the patch. I added the EntityTypeManagerInterface to the ImageDeleteForm. I added this parameter to AWSDeleteForm so that entity query is available for all delete forms.
I think we should rename AWSDeleteForm in the future. It has become more of a confirmation form. I use it when starting/stopping instances, attaching/detaching volumes. It should become something like AWSConfirmationForm.
Comment #10
baldwinlouie commentedComment #11
yas@baldwinlouie
Thank you for your modification. I tested your patch by myself, and now it looks good to me with the successful automated test.
I think we need the test code for that function. Also, you can rename
AwsDeleteFormtoAwsConfirmationFormin your patch? But in that case, I wonder if a developer would be confused about the classes withoutAwsDeleteForm, which only containAwsConfirmForm.@xiaohua-guan
Could you please review the patch?
Comment #12
yasWe will discuss to include test code in another issue.
Comment #13
xiaohua guan commented@yas
> Could you please review the patch?
I reviewed. It looks ok to me. And I changed the status to RTBC.
Comment #15
yas@baldwinlouie
@xiaohua-guan
Thank you for your contribution. I pushed and merged the patch.