Skip to content

Copy default resources to server instead of having a fallback to ewoksserver resources

Loic Huder requested to merge copy-default into main
  • Removed all fallbacks for binary and json resources (as well as the test)
  • Copy default resources (if not already existing) at the end of the app configuration. I thought init_context would have been the perfect place but it is not called in the test fixture providing the app.
Edited by Loic Huder

Merge request reports