Closed (fixed)
Project:
Quora - Related Questions / Posts
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2017 at 06:51 UTC
Updated:
13 Mar 2017 at 09:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
navneet0693 commentedPlease review :)
Comment #3
gg24 commentedHi @navneet0693,
I tried this patch. Got error saying
Please check.
Thanks!
Comment #4
navneet0693 commentedComment #5
navneet0693 commented@gg24 The error probably came up due to constructor trying to retrieve configurations of Quora config form, which might didn't exist, as the form wasn't saved at first.
To avoid such errors by user in future. I have moved it out of constructor of services class. You can see the changes in interdiff.txt
Please rectify it now.
Comment #6
gg24 commentedThis patch works as expected.
Comment #8
gg24 commentedThanks for the patch @navneet0693!!