- Issue created by @jshimota01
- Status changed to Postponed: needs info
about 1 year ago 7:25pm 2 October 2023 - πΊπΈUnited States mark_fullmer Tucson
I believe this is a duplicate of π¬ Update module erroneously recommends conflicting update to 6.1.x for sites on Drupal 10.0.x or lower Closed: works as designed . If the original poster can confirm, that'd be great.
If there isn't any clear response in 14 days, I'll assume it is a duplicate and mark it as such. Thanks!
- π©πͺGermany tfranz
I have the same problem. Using the patch in https://www.drupal.org/project/linkit/issues/3363992 π¬ Update module erroneously recommends conflicting update to 6.1.x for sites on Drupal 10.0.x or lower Closed: works as designed and changing the value for the 'exisiting_version' to '6.0.1' solved this for me:
- if (floatval($core) < 10.1 && ($projects['linkit']['existing_version'] === '6.0.0')) {
+ if (floatval($core) < 10.1 && ($projects['linkit']['existing_version'] === '6.0.1')) {