Closed (fixed)
Project:
Cloud
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
1 Mar 2019 at 18:11 UTC
Updated:
17 Mar 2019 at 04:19 UTC
Jump to comment: Most recent, Most recent file
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | 3036835-3.patch | 36.29 KB | baldwinlouie |
Comments
Comment #2
baldwinlouie commentedAttaching patch that updates to the criteria above.
I also refactored ImageDeleteForm.php and ImageCreateForm.php and abstracted the custom constructor into AwsCloudContentForm.php and AwsDeleteForm.php . With this completed, if we ever have to inject extra classes, we don't have to worry about modifying the custom constructors, which was a pain to maintain. :)
Comment #3
yas@baldwinlouie
Thank you for providing the patch. That's so nice. I would like to request the following like:
Comment #4
baldwinlouie commented@yas, thank you for the feedback. I'm attaching an updated patch.
Comment #6
baldwinlouie commentedrerolling the patch.
Comment #7
yas@baldwinlouie
Now it looks so nice! Thanks!
@xiahoua-guan
What do you think?
Comment #8
xiaohua guan commented@yas @baldwinlouie
The patch looks OK to me, except that I am wondering whether it is necessary to add CloudContext condition or not.
Comment #9
baldwinlouie commented@yas and @xiaohua-guan, Instance Ids are unique in the system. But as a precaution, I added cloud_context into the query.
Comment #10
xiaohua guan commented@yas @baldwinlouie
It's OK to me now. Thanks. I changed it to RTBC.
Comment #11
yas@xiaohua-guan
Thank you for your review. Then, I'll merge the patch and close this issue as
Fixed.Comment #13
yas