frontend icon indicating copy to clipboard operation
frontend copied to clipboard

Correct "npm run update-model" behavior if integration is disabled in Studio

Open IskandarovRost opened this issue 4 years ago • 2 comments

  1. Disable integration in Studio image.png
  2. executenpm run update-model

AR: Incorrect error message(with --projectModel parameter). See #227. And it is said to enable integration or provide the model image.png

But we know that npm run update-model works only with integrartion. image.png

IskandarovRost avatar May 27 '20 13:05 IskandarovRost

@web-devel at this moment we are using the same generator script for this "update-model": "gen-cuba-front sdk:all --dest src/cuba" I think we need different command for it to have ability provide more correct message.

vadimbasko avatar Jun 11 '20 16:06 vadimbasko

The message differs a bit when specifying the model path with -m and --model params:

With -m image.png

With --model image.png

IskandarovRost avatar Jul 28 '20 14:07 IskandarovRost