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
When using the Laravel translate helper trans() as the second parameter of the @sortablelink() directive, in release 5.1.0, the literal is returned, not the result of the function.
This worked correctly in release 5.0.9, prior to the refactor.
When using the Laravel translate helper trans() as the second parameter of the @sortablelink() directive, in release 5.1.0, the literal is returned, not the result of the function.
This worked correctly in release 5.0.9, prior to the refactor.
Example: @sortablelink('segment_name',trans('entities.segment_segment_name'))
The text was updated successfully, but these errors were encountered: