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
Basically, the error_fields method is returning a 1 instead of an array. I've seen this with some other functions such as 'errors'. When running the same code with Template Toolkit or Template Alloy, the code works as expected.
The text was updated successfully, but these errors were encountered:
Sorry late reply.
Value after IN must be arrayref. I suppose you specify list(not array) and last element is used. Please save into variable as arrayref and reference it.
I've detailed the bug here:
https://stackoverflow.com/questions/38193910/textxslate-returning-incorrect-value-for-function-call
Basically, the error_fields method is returning a 1 instead of an array. I've seen this with some other functions such as 'errors'. When running the same code with Template Toolkit or Template Alloy, the code works as expected.
The text was updated successfully, but these errors were encountered: