dirigible icon indicating copy to clipboard operation
dirigible copied to clipboard

TypeScript autosave doesn't work

Open iliyan-velichkov opened this issue 1 year ago • 2 comments

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 image
  • Open file https://github.com/codbex/codbex-electra/blob/ts-autosave-issue/codbex-electra/ui/api/TestService.ts
  • Change total to something else like 7 and save the file image
  • Open http://localhost:8080/services/ts/codbex-electra/ui/api/TestService.ts/test again
  • You get the same result 20 but it should be 7 image
  • If I manually click on Publish All the result is updated

iliyan-velichkov avatar Apr 26 '24 07:04 iliyan-velichkov

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?

ThuF avatar Apr 30 '24 13:04 ThuF

no additional logs, ping me on Tuesday to reproduce it together

iliyan-velichkov avatar Apr 30 '24 14:04 iliyan-velichkov