Error in:

- http://www.integralces.net/ces/bank/exchange/accounts
- http://www.integralces.net/ces/admin/account

It would be possible to create views that would improve usability

Comments

edumag created an issue. See original summary.

XaviP’s picture

Status: Needs work » Closed (duplicate)

This is the cause of the pagination not working:
https://www.drupal.org/node/2666862

The problem is pagination is trying to send non UTF8 characters via json.
The database must be in UTF8

I mark this issue duplicated as this is an symptom of the cause described in the other issue.

edumag’s picture

Assigned: Unassigned » edumag
Status: Closed (duplicate) » Active

It does not seem the same.

The problem comes from the function ces_bank_views_pre_render
in ces_bank.module

edumag’s picture

Status: Active » Closed (fixed)