Feature #1315
pre-check if solution is in the config.json when calling a function bound by that config file
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
03/22/2018
Due date:
% Done:
0%
Estimated time:
Browser (if web client):
Description
It would be great if the plugin would report back when you forget to add the solution to the config.json file.
Just a simple check if the solution name is in there when your code calls a function that requires the config.json.
I know this will not capture all the use-cases but at least it will beat the current 'null pointer' response for these cases :)
History
Updated by Patrick Talbot about 7 years ago
Will have a look at that shortly, thanks for reporting, Robert!
Updated by Patrick Talbot about 7 years ago
In v3.5.55, I've added a debug line in the log when this happens which should say that the config file or the solution couldn't be find