Closed (fixed)
Project:
Age Calculator
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
9 Sep 2015 at 12:07 UTC
Updated:
17 Sep 2016 at 10:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
madan879 commentedComment #3
madan879 commentedHello,
Please kindly review and update me ASAP..
Comment #4
kunalkursija commentedHi Madan,
Have been quite busy with other things. Will be reviewing this ASAP & update.
Thanks for your help Madan.
Comment #5
madan879 commentedHello Kunal, Any updates....
Comment #6
kunalkursija commentedHi Madan,
I tried the module and couldn't find any blocks for age calculator.
Also there are lots of issues as per coding standards.
You can use http://pareview.sh/ to fix some of issues.
Comment #7
madan879 commentedHello Kunal,
Based on your valuable instruction for fixing the coding standards, I have followed and fixed issue. So please check sandbox for below link:
https://www.drupal.org/sandbox/madan879/2694019
And you can download latest files from version control..
And I have checked in pareview.sh website too, for reference below link:
http://pareview.sh/pareview/httpgitdrupalorgsandboxmadan8792694019git
Then, once you enabled module you have set permission for this module after clear cache. I also checked its showing and working fine for me.. Please kindly try it once again....
Comment #8
nehajyoti commentedComment #9
nehajyoti commentedPlease review https://www.drupal.org/node/2565609#comment-11566165 patch for D8 version uploaded.
Comment #10
kunalkursija commentedComment #11
kunalkursija commentedHi Guys,
I have reviewed @madan's code & jyoti's code too. There were few issues in both, i am working on fixing the issues & will release the D8 port soon.
@jyoti : I was not able to apply your patch, But i have used your code as a reference.
Below are some of the issues that i had to work on.
[1] After enabling the module and placing the block in to region it's working fine. But after clearing cache Ajax is not working.
So for that I removed the ajax callback from controller and added in to Form itself. Based on that few more changes which I did inside ajax callback.
[2] Replacing t() to $this->t().
[3] In result added the .
[4] Removal the whitespaces.
[5] Block was not visible for Anonymous User So made the changes in Block Permission.
Comment #12
kunalkursija commentedCreating Tasks for this port.
Comment #13
kunalkursija commentedHi Guys,
Have ported this module to D8. Thank You for the port & your contribution.