ContentRepository.fetchImage() FileData not ImageData (FINERACT-1201)#1485
Conversation
3b28e93 to
6a10a5c
Compare
|
Changing to Draft, because this currently fails like this: This is due to the test still running against https://www.fineract.dev - I REALLY need #1465 here to change it to run against But let's first get #1425 reviewed and merged already. |
…le() & deleteImage() (FINERACT-1201)
e4ecfb9 to
c34d160
Compare
This is more consistent with fetchFile(), and allows to re-use code.
c34d160 to
7ee5a1e
Compare
|
@ptuomola @vidakovic @percyashu @xurror @fynmanoj @avikganguly01 @vincent-fuchs @awasum any of you willing to review this, for FINERACT-1201? Once this is in, a few more such refactoring may be proposed, and ultimately I will then work on FINERACT-955 some day. I'm reasonable confident that this won't break break any 🥰 the documents and images features, because in FINERACT-1218 I have contributed new test coverage for all this stuff (and since FINERACT-1209 those new tests DO actually run in our CI!), but of course careful human code review is always still a good idea... 😈 |
This is an extension of #1425 for FINERACT-1201.