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

fixes #1892, fixes #1888 #1901

Merged
merged 1 commit into from
May 17, 2018
Merged

fixes #1892, fixes #1888 #1901

merged 1 commit into from
May 17, 2018

Conversation

asilcetin
Copy link
Contributor

@asilcetin asilcetin commented May 17, 2018

#1888 happens, because the previous fix for multiple-select field (3526db7) caused the non-multiple-select fields not showing the registered value. Change in the controls/php/class-kirki-control-repeater.php should fix that.

#1892 has partly the same issue, however it reports an unrelated bug as well, which is non-multiple-select fields not initiating the default value (values not yet in the database) with selectWoo (thus "null" is printed as reported in the issue). Change in the controls/js/src/repeater.js should fix that. If no value is defined in the database, selectWoo will initiate with the default value of this select field.

@codecov
Copy link

codecov bot commented May 17, 2018

Codecov Report

Merging #1901 into develop will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##             develop   #1901   +/-   ##
=========================================
  Coverage       3.14%   3.14%           
  Complexity      1798    1798           
=========================================
  Files            143     143           
  Lines           6303    6303           
=========================================
  Hits             198     198           
  Misses          6105    6105
Impacted Files Coverage Δ Complexity Δ
controls/php/class-kirki-control-repeater.php 0% <0%> (ø) 41 <0> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 87e1dfd...b831d9e. Read the comment docs.

@aristath aristath merged commit ab8a0cd into themeum:develop May 17, 2018
@aristath
Copy link
Contributor

Confirmed & merged, thank you!

I'll be releasing an update in a few minutes with this + another bugfix for the google-fonts implementation.

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

Successfully merging this pull request may close these issues.

2 participants