You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to use the Configurable with the following lines :
const char* SKVariable_Config_Path = "/afficheur/skVariablePath";
auto Conf_SKVariable_Path = new Configurable(SKVariable_Config_Path, "SK Variable Path", 1000);
The configurable appears in the Web UI but when trying the save I get "Bad Request" error.
The text was updated successfully, but these errors were encountered:
I try to use the Configurable with the following lines :
const char* SKVariable_Config_Path = "/afficheur/skVariablePath";
auto Conf_SKVariable_Path = new Configurable(SKVariable_Config_Path, "SK Variable Path", 1000);
The configurable appears in the Web UI but when trying the save I get "Bad Request" error.
The text was updated successfully, but these errors were encountered: