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
{{ message }}
This repository has been archived by the owner on May 29, 2024. It is now read-only.
In commit 483d498 a new session variable was introduced. Unfortuantely this variable is only used in a ringo based application but not in ringo itself.
Even if this does not lead into immediate problems I consider this as a bad design and like to change this in a better approach:
Questions:
Why was this change needed? What was the actual error?
Can we fix the usage of the known "values" GET params?
Maybe we can use the values attribute of the view (which has been added in the meantime I think)
The text was updated successfully, but these errors were encountered:
In commit 483d498 a new session variable was introduced. Unfortuantely this variable is only used in a ringo based application but not in ringo itself.
Even if this does not lead into immediate problems I consider this as a bad design and like to change this in a better approach:
Questions:
The text was updated successfully, but these errors were encountered: