Idea

Edgar Almeida avatar image
3 Likes"
Edgar Almeida suggested Phil BoBo commented

Bug on FlexSim Webserver

In "getReplyDeleteModel" function, localized on "queryhandlers.js" file, there is one wrong variable.

    if(!utils.fileExists(path) || !settings.ModelDeleting || !utils.userHasAccess(req.connection.user, model)) {
        path = settings.modelDirectory + '/' + model + ".fsx";"

"settings" doesn't have any "ModelDeleting" atribute. Instead, it should be "modelDeleting", as folows:

if(!utils.fileExists(path) || !settings.modelDeleting || !utils.userHasAccess(req.connection.user, model)) {
        path = settings.modelDirectory + '/' + model + ".fsx";
webserver
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Comment

·
Phil BoBo avatar image
1 Like"
Phil BoBo commented

Thanks. We'll get this fixed for the next Web Server release.

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write a Comment

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Your Opinion Counts

Share your great idea, or help out by voting for other people's ideas.

Related Ideas