Reviewed & tested by the community
Project:
Field default token
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
15 Oct 2016 at 10:05 UTC
Updated:
30 Oct 2016 at 15:51 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
rasikap commentedComment #3
rasikap commentedReplaced strpos with token_scan. Please find the attached patch.
Comment #5
tstoecklerLooks good to me. Thanks for the patch!
Not sure if we should change the existing update function, though. I think that could lead to confusing results if people have already run them, vs. people running the new code.
Comment #6
rasikap commentedThanks for the review tstoeckler.
So do I need to change anything in the above patch?
Regards,
Rasika
Comment #7
tstoecklerI think it would make sense to revert the changes in the *.install file, and just leave that file alone entirely. Would be good to get more opinions, though, on this.
Comment #8
rasikap commentedComment #9
rasikap commentedUpdated the patch to remove the changes in install file
Comment #11
tstoecklerThere seems to be an issue with the testing of this module in general right now. The patch looks good, though.