Problem with update ojs 3.1.1.0 to 3.1.1.4

Hello .

I update ojs to 3.1.1.4 from 3.1.1.4 .

Info server

|Plataforma SO|Linux|
|Versión PHP|7.0.33-0+deb9u1|
|Versión Apache|Apache/2.4.25 (Debian)|
|Driver de la base de datos|postgres|
|Versión del servidor de bases de datos|PostgreSQL 9.6.11 on x86_64-pc-linux-gnu (Debian 9.6.11-1.pgdg90+1), compiled by gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516, 64-bit|

log install (php tools/upgrade.php upgrade): log update
it’s fine the log or not?

The system apparently update fine but when I want to add a new galley:

Screenshot_20190219_143041

What can happen? I think is a ajax error but …
What I can do?

Regards
Cristian

Stop in →
Request URL: http://127.0.0.1:8080/ojs-3.1.1-4/index.php/FAVEveterinaria/$$$call$$$/grid/article-galleys/article-galley-grid/update-galley?submissionId=7431&representationId=

“representationId=” missing the id?

in postgres log I get this:

2019-02-20 08:12:09.848 -03 [6136] cristian@ojs2 LOG: ejecutar : INSERT INTO submission_galleys (submission_id, label, locale, seq, remote_url, file_id) VALUES ( $1, $2, $3, $4, $5, $6)
2019-02-20 08:12:09.848 -03 [6136] cristian@ojs2 DETALLE: parámetros: $1 = ‘7431’, $2 = ‘PDF’, $3 = ‘es_ES’, $4 = ‘0’, $5 = ‘’, $6 = NULL
2019-02-20 08:12:09.849 -03 [6136] cristian@ojs2 ERROR: el valor null para la columna «file_id» viola la restricción not null
2019-02-20 08:12:09.849 -03 [6136] cristian@ojs2 DETALLE: La fila que falla contiene (11453, es_ES, 7431, null, PDF, 0, , 0).
2019-02-20 08:12:09.849 -03 [6136] cristian@ojs2 SENTENCIA: INSERT INTO submission_galleys (submission_id, label, locale, seq, remote_url, file_id)