Eugene Mednikov
Eugene Mednikov
``` Import graph Using Existing Configuration File .. Total import time: 3 seconds Exception in thread "main" java.lang.NumberFormatException: For input string: "Male" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:492) at java.lang.Integer.valueOf(Integer.java:582) at org.neo4j.batchimport.importer.Type$2.convert(Type.java:13)...
Admin/models.php: ` AdminFormElement::hasMany( 'catering_dates', [ AdminFormElement::date( 'date', 'Date' ), AdminFormElement::text( 'details', 'Details' ), ]), ` config/sleeping_owl.php ` 'dateFormat' => 'd.m.Y', ` 2 issues: 1. When you add a new row...
Any easy way to do this?
I've got custom Admin model (v3) that has is_active field. I can edit admins nicely using the admin forms. Question is: how do I add check for is_active = 1...
Would you mind adding the complete package of the ckeditor? It's possible now to extend its configuration, but it doesn't help too much because a lot of plugins are missing....
There an issue with textarea form control. It doesn't encode html entities, so it's not possible to enter and the content. I've tried to use escaped value and it seems...