Closed (fixed)
Project:
First Time Login
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
18 Feb 2017 at 07:23 UTC
Updated:
3 Apr 2017 at 15:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
dishabhadra commentedI am working on it.
Comment #3
dishabhadra commentedI ported install file into D8 version.
Kindly review my file and add it into module file.
Comment #4
ashishdalviHi Disha,
As we have 8.x.-1.x branch available. Please create a patch for same issue.
Thanks
Comment #5
dishabhadra commentedI applied patch in 8.x-1.x Branch.
Review my patch.
Comment #6
dishabhadra commentedAs I have done the research and found that in D8 no need to write the hook_uninstall for configuration delete.
It will automatically delete configuration when the module is uninstalled.
So I am removing that code and providing a patch.
Review it.
Comment #7
kunalkursija commented@dishabhadra : Yes configurations are getting deleted automatically.
Patch is working: Changing status to RTBC.
Comment #9
neerajsinghI have committed the patch at #6, but faced few whitespace related warnings.
Please re-roll the patch.
Comment #10
dishabhadra commented@neerajsingh : Thank you for commit.
As per Drupal Standards I have fixes the Warning.
Please check.
Comment #11
kunalkursija commentedPatch applied cleanly, Changing to RTBC.
Comment #12
neerajsinghAfter applying the patch at #11 from #2853737: Port - Admin Config Form | Module API's | Variables, patch at #10 does not apply any more... would need another re-roll.
Comment #13
dishabhadra commentedI re-roll the patch.
Comment #15
neerajsinghThanks dishabhadra, for the patch.