You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@brandonkelly we have a similar setup as described in #16458 except that we query the Link field through GraphQL. Currently its not possible to set the queried siteId as a "argument". I can see why a "non-translated" field should behave like an absolute URL (so selecting one entry in one site is the same on all available sites, ergo not translated).
But in our multi-site setup we require that the links are "localized" while we dont want the editors to go through all sites to change the link multiple times (which would be required if the propagation is only happening on a new entry).
Is there a way to explicitly query the field for a specific site (in GraphQL)?
Steps to reproduce
Expected behavior
Actual behavior
Craft CMS version
5.6.11
PHP version
No response
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
The text was updated successfully, but these errors were encountered:
What happened?
Description
Follow-up question to issue #16458 and #15821
@brandonkelly we have a similar setup as described in #16458 except that we query the Link field through GraphQL. Currently its not possible to set the queried
siteId
as a "argument". I can see why a "non-translated" field should behave like an absolute URL (so selecting one entry in one site is the same on all available sites, ergo not translated).But in our multi-site setup we require that the links are "localized" while we dont want the editors to go through all sites to change the link multiple times (which would be required if the propagation is only happening on a new entry).
Is there a way to explicitly query the field for a specific site (in GraphQL)?
Steps to reproduce
Expected behavior
Actual behavior
Craft CMS version
5.6.11
PHP version
No response
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
The text was updated successfully, but these errors were encountered: