Closed (fixed)
Project:
Commerce License
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
31 Aug 2017 at 13:09 UTC
Updated:
18 Sep 2017 at 09:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
chrisrockwell commentedComment #3
chrisrockwell commentedComment #4
joachim commentedThanks for the patch!
This is the right approach, but you've added a level of nesting we don't need.
This plugin has only one property, 'license_role', and that should be at the top level of the array.
Comment #5
chrisrockwell commentedI'm going to assume this is related to #2905959: Accommodate changes to defaultConfiguration that break form default values and calculateDate configs which was closed as a duplicate for #2879301: Time handling and periodic field/form element type (?) - this issue might suffer the same fate. Something broke the configuration, just not sure what yet.
[EDIT] I take that back, we still need the changes, but it's best that we fix the configuration issue first so that the nesting isn't required.
Comment #6
joachim commented#2905959: Accommodate changes to defaultConfiguration that break form default values and calculateDate configs was about the expiry plugin, whereas this is the license type plugin. At any rate, that one is working fine. The nesting should be removed.
Comment #7
karthikkumarbodu commentedComment #9
joachim commentedCommitted. Thanks!