[Backport queued_ltr_backports] Fix relation reference field formatter type mismatch - #66436
[Backport queued_ltr_backports] Fix relation reference field formatter type mismatch#66436qgis-bot wants to merge 17 commits into
Conversation
only one request to /collections
With GRASS 8.5 the project name is rebranded, dropping 'GIS' from the name, thus the parsing of the version fails and make the processing tools unavailable.
…ports [Backport queued_ltr_backports] Fix GRASS installedVersion check for GRASS 8.5
…ports [Backport queued_ltr_backports] Fix QgsLineString SIP code
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
| if ( keyType != cacheKeyType && value.canConvert( cacheKeyType ) ) | ||
| { | ||
| QVariant key = value; | ||
| if ( key.convert( cacheKeyType ) ) |
There was a problem hiding this comment.
@elpaso something needs fixing here -- this line is breaking the qt5 build
|
The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
841bc80 to
aa60ff8
Compare
|
The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
|
While we hate to see this happen, this PR has been automatically closed because it has not had any activity in the last 21 days. If this pull request should be reconsidered, please follow the guidelines in the previous comment and reopen this pull request. Or, if you have any further questions, just ask! We love to help, and if there's anything the QGIS project can do to help push this PR forward please let us know how we can assist. |
Backport #66392
Authored by: @elpaso