You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my module have customer (Create and Update) setup system configuration. From that I have stored some values and it's saved (table core_config_data) correctly.
And Rendering also correctly but displaying duplicate i.e., displaying last setup values. see screen shot & logs below.
Note: Both groups are in same section. If different section it's working fine. If both groups are same section it's not working. If I create only one column with text field in two different groups then also it's working fine.
@magento-team If different section it's working fine. If both groups are same section columns id should be different then it will be working fine otherwise it's not working.
Fixed issues:
- MAGETWO-60246 [Backport] - [Github]Magento 2.1.1 Problem with change currency #6746 - for 2.1.x
- MAGETWO-70329 [GITHUB] The rich snippets are giving a warning for the element price #7173
- MAGETWO-85781 Configurable product Final Price ignores Catalog Rule
- MAGETWO-83204 "Hide from Product Page" option does not work for child of configurable product
- MAGETWO-83094 Products Ordered Report exported CSV is empty
- MAGETWO-71701 [Backport] - Catalog top nav, CSS class not set to active when using Varnish - for 2.1
- MAGETWO-71229 Warning message is cached and shown a few times on the shopping cart
In my module have customer (Create and Update) setup system configuration. From that I have stored some values and it's saved (table
core_config_data
) correctly.And Rendering also correctly but displaying duplicate i.e., displaying last setup values. see screen shot & logs below.
Create Setup Log
Array ( [0] => Array ( [element] => Magento 1 [field] => firstname [constant] => Constant 1 [filter] => Filter 1 ) [1] => Array ( [element] => Magento 2 [field] => middlename [constant] => Constant 2 [filter] => Filter 2 ) )
Update Setup Log
Array ( [0] => Array ( [element] => Mage [field] => updated_at [constant] => Cons [filter] => Fil ) [1] => Array ( [element] => Mage2 [field] => dob [constant] => Cons1 [filter] => Fil1 ) )
But displaying both values are same i.e., Create setup have duplicate of Update setup values.
Create Setup
Update Setup
The text was updated successfully, but these errors were encountered: