We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you accidentally set all weights to 1 using the IntegerWeightSelector, it is then impossible to change the value to anything other than 1.
I think this happens because https://github.com/Islandora/islandora/blob/2.x/src/Plugin/views/field/IntegerWeightSelector.php#L54 only populates all possible values for the select element if there is a blank value returned from $this->getValue($row).
$this->getValue($row)
I think it should maybe populate all possible values when the number of options is less than the total number of rows returned by the view.
The text was updated successfully, but these errors were encountered:
Merged in Islandora/islandora#863.
Sorry, something went wrong.
No branches or pull requests
If you accidentally set all weights to 1 using the IntegerWeightSelector, it is then impossible to change the value to anything other than 1.
I think this happens because https://github.com/Islandora/islandora/blob/2.x/src/Plugin/views/field/IntegerWeightSelector.php#L54 only populates all possible values for the select element if there is a blank value returned from
$this->getValue($row)
.I think it should maybe populate all possible values when the number of options is less than the total number of rows returned by the view.
The text was updated successfully, but these errors were encountered: