Go to file
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
sources #942 Fix task break down 2020-06-02 12:32:36 +02:00
tests #942 Add REST API /schedule get function 2020-06-02 12:32:36 +02:00
Makefile.am #942 Add support for scheduled tasks and commands 2020-06-02 12:32:36 +02:00
configure.ac #970 autotools support for ogAdmServer 2020-06-02 12:32:36 +02:00
ogAdmServer.cfg #915 update installer to add APITOKEN= to ogAdmServer.cfg 2019-06-24 13:46:10 +02:00