ionics opened a new issue, #1055: URL: https://github.com/apache/incubator-answer/issues/1055
## Describe the bug * UI changes reflected after "make build" * UI changes lost after "./answer build --with example-plugin" A clear and concise description of what the bug is. ### To Reproduce Steps to reproduce the behavior: 1. ./answer init -C answer-data/ 2. ./answer run -C answer-data/ => UI changes still present ✅ This is what we want. 3. Install plugin via cmd: ./answer build --with github.com/apache/incubator-answer-plugins/search-elasticsearch --with github.com/apache/incubator-answer-plugins/cache-redis 4. Restart app: ./answer run -C answer-data/ => Plugins got installed, but UI changes lost and set to default. 💥 Installing plugins will reset UI to default. ### Expected behavior Installing plugins should not reset UI to default. ### Platform Distributor ID: Ubuntu Description: Ubuntu 22.04.4 LTS Release: 22.04 Codename: jammy -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
