Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate values binding in system configuration in Magento 2 #2109

Closed
bojjaiah opened this issue Oct 14, 2015 · 1 comment
Closed

Duplicate values binding in system configuration in Magento 2 #2109

bojjaiah opened this issue Oct 14, 2015 · 1 comment

Comments

@bojjaiah
Copy link

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.

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

grid2

Update Setup

grid1

@bojjaiah
Copy link
Author

@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.

Is it a bug?

magento-engcom-team pushed a commit that referenced this issue Feb 21, 2018
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant