Closed (fixed)
Project:
Cloud
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
11 Jan 2020 at 08:27 UTC
Updated:
30 Jan 2020 at 02:14 UTC
Jump to comment: Most recent, Most recent file
*ProcessMultipleForm classes into the one classe:
CloudProcessMultipleForm CloudConfigProcessMultipleForm CloudServerTemplateDeleteMultipleForm | Comment | File | Size | Author |
|---|---|---|---|
| #5 | 3105833-5.patch | 34.97 KB | yas |
Comments
Comment #2
yas@all
Could you please review the patch?
Comment #3
yasUpdated the patch to follow up the merget at 3105004-20.patch
Comment #4
baldwinlouie commented@yas, I've review the patch. I have the comments below.
In general, I don't think the CloudconfigLocationController.php and CloudConfigLocationBlock.php code should be removed in this patch. Perhaps reroll the patch after updating from git?
I don't think these should be removed.
Curious why we went to a static function for updateCache()
I'm not sure if this is meant to be removed from this patch?
I don't think this should be removed?
Comment #5
yas@baldwinlouie
Thank you for your review. Sorry that I made a mistake that I didn't make the source code up to date, therefore 3105833-3.patch didn't include 3105240.patch.
For 2. above, I needed to make updateCache() static since included some other clear-cache methods as follows. Therefore
$this->updateCache();needs to be the static function likeself::updateCache();.I re-created the patch; so could you please review the patch again?
Comment #6
baldwinlouie commented@yas, thank you for the update. it looks good to me.
Comment #7
yas@baldwinlouie
Thank you for your review. I'll merge the patch to
8.x-1.xand8.x-2.xand close this issue asFixed.Comment #10
yas