dirigible
dirigible copied to clipboard
TypeScript autosave doesn't work
To reproduce:
- Clone electra branch
ts-autosave-issue - Publish it
- Open http://localhost:8080/services/ts/codbex-electra/ui/api/TestService.ts/test
- You will get result 20
- Open file https://github.com/codbex/codbex-electra/blob/ts-autosave-issue/codbex-electra/ui/api/TestService.ts
- Change
totalto something else like7and save the file - Open http://localhost:8080/services/ts/codbex-electra/ui/api/TestService.ts/test again
- You get the same result
20but it should be7 - If I manually click on
Publish Allthe result is updated
I'm not able to reproduce it.
@iliyan-velichkov is it still happening? Do you have some additional log in the console/terminal or anything else that could point to the issue?
no additional logs, ping me on Tuesday to reproduce it together