backdrop-contrib / views_json

A Views handler that returns data as JSON objects.
https://backdropcms.org/project/views_json
GNU General Public License v2.0
1 stars 1 forks source link

Add support for views "Global:" pseudo fields #6

Closed indigoxela closed 3 years ago

indigoxela commented 3 years ago

Currently there's no support for views special fields like "Global: Custom text" or "Global: Expression".

Turned out that it's not that difficult, though. The only problem was, that views_json tried to figure out the "raw" value (from database), which doesn't exist for this type of pseudo fields.