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
After the last script in a folder is deleted, then when a new script is created in that folder, an error message is displayed, "ENOENT: no such file or directory, open 'C:\Program Files\RedwoodHQ\public\automationscripts\Sample\admin\src\xyz\GroovyAction.groovy'. This is in Windows 7.
The underlying problem seems to be that after the last script in a folder is deleted, the folder is deleted from the underlying file system, but the folder remains in the UI for Redwood HQ.
To reproduce the problem:
Go to the scripts tab and right click on the src folder and select New, Folder
Name the folder xyz
Open windows explorer and verify that the xyz folder was created
In Redwood, right click on the xyz folder and choose New, Groovy Action
Accept the default name for the action and click save
In Redwood, right click on GroovyAction.groovy and click delete, then click yes to confirm
Note that the folder xyz still exists in Redwood
Click on windows explorer and verify that folder xyz no longer exists in the file system. Note that the expected behavior here would be for the folder xyz to remain in the file system and not be deleted. Another acceptable behavior here would be to delete the folder in both places, although that is not as good as the expected behavior.
Repeat steps 4 and 5. Note the above stated error message.
The text was updated successfully, but these errors were encountered:
After the last script in a folder is deleted, then when a new script is created in that folder, an error message is displayed, "ENOENT: no such file or directory, open 'C:\Program Files\RedwoodHQ\public\automationscripts\Sample\admin\src\xyz\GroovyAction.groovy'. This is in Windows 7.
The underlying problem seems to be that after the last script in a folder is deleted, the folder is deleted from the underlying file system, but the folder remains in the UI for Redwood HQ.
To reproduce the problem:
The text was updated successfully, but these errors were encountered: