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
I am not sure if this is a GraphQl Error or a Media UI Error, but it is an error and I think it is a very bad error.
The GraphQL used in the MediaUI seems to try to call tag and collection names as functions and this makes the MediaUI angry.
There is already a BugTicket in the t3n GraphQL Repository for that, see t3n/graphql#35
Perhaps the Media UI could somehow catch that and/or use a custom resolver? At least something that does not directly call a string as a function if the function exists.
This is not strictly a MediaUI issue, but nothing is happening over at the GraphQL issue and this is breaking my Media UI Tags a lot. Also, this feels really bad.
Steps to Reproduce
Add a Tag named "Header" in the old MediaBrowser
Open the Flowpack Media UI
Expected behavior
The Tags are shown.
Actual behavior
Tags are not shown and there is a JS Error [GraphQL error]: Message: Exception in line 33 of /application/Data/Temporary/Development/SubContextBeach/SubContextInstance/Cache/Code/Flow_Object_Classes/t3n_GraphQL_Service_DefaultFieldResolver.php: header() expects at most 3 parameters, 4 given - See also: xxx.txt, Location: [object Object], Path: tags
Affected Versions
Neos: 7.3
UI: 0.6.2
The text was updated successfully, but these errors were encountered:
Description
I am not sure if this is a GraphQl Error or a Media UI Error, but it is an error and I think it is a very bad error.
The GraphQL used in the MediaUI seems to try to call tag and collection names as functions and this makes the MediaUI angry.
There is already a BugTicket in the t3n GraphQL Repository for that, see t3n/graphql#35
Perhaps the Media UI could somehow catch that and/or use a custom resolver? At least something that does not directly call a string as a function if the function exists.
This is not strictly a MediaUI issue, but nothing is happening over at the GraphQL issue and this is breaking my Media UI Tags a lot. Also, this feels really bad.
Steps to Reproduce
Expected behavior
The Tags are shown.
Actual behavior
Tags are not shown and there is a JS Error [GraphQL error]: Message: Exception in line 33 of /application/Data/Temporary/Development/SubContextBeach/SubContextInstance/Cache/Code/Flow_Object_Classes/t3n_GraphQL_Service_DefaultFieldResolver.php: header() expects at most 3 parameters, 4 given - See also: xxx.txt, Location: [object Object], Path: tags
Affected Versions
Neos: 7.3
UI: 0.6.2
The text was updated successfully, but these errors were encountered: