ogserver/sources
Javier Sánchez Parra 9a85c7a317 #942 Fix task break down
OpenGnsys tasks can contain other tasks. To know if a element of the
task is another task, we need to check if it has the parameter tareaid
(Task ID). The code had a bug and the check was done on an non-existent
parameter

This commit fix this bug changing the non-existent parameter for
tareaid.

Signed-off-by: OpenGnSys Support Team <soporte-og@soleta.eu>
2020-06-02 12:32:36 +02:00
..
dbi.c #967 rename .cpp to .c 2020-03-05 23:45:48 +01:00
dbi.h #941 add basic database-independent abstraction (dbi) 2020-03-04 14:53:01 +01:00
list.h #942 Add /run/task to API REST 2020-06-02 12:32:36 +02:00
ogAdmServer.c #942 Fix task break down 2020-06-02 12:32:36 +02:00
ogAdmServer.h #971 remove obsolete code 2020-06-02 12:32:36 +02:00
schedule.c #942 Add weeks and week days to the schedule API 2020-06-02 12:32:36 +02:00
schedule.h #942 Add support for scheduled tasks and commands 2020-06-02 12:32:36 +02:00