ec-ecss

Results 4 issues of ec-ecss

Admin Bundle 4.13.0 I'm not sure if it's a bug so I put it on feature request on vendor/sonata-project/admin-bundle/src/Action/RetrieveFormFieldElementAction.php A handleRequest is made Is the handleRequest necessary ? It seems...

pending author
bug
unconfirmed

Hello here is a xsd schema that is used in standard healthcare protocol in France , parsed correctly in Talend Open Studio , but rejected by your app for unique...

Here is the code I use, I hope it will help

Hello. Can't manage to make it build since a mac os X update makefile ``` cmake_minimum_required(VERSION 3.14) set(BIN athena_core) project(athena_core C) enable_testing() set(TEST_SOURCES tests/test_core.c) add_executable(athena_core_test ${TEST_SOURCES}) add_test(NAME athena_core_test COMMAND athena_core_test)...