Commit c0b34b7
authored
Ajax call gives error with empty images (#1075)
As a result of commit 8d69a59 made to solve Issue 207440, the case of handling empty images in ajax calls raised in Issue 207532 was broken.
A change is made to the original change so that the two cases raised work.
Issue: 2075321 parent 4dc6684 commit c0b34b7
2 files changed
Lines changed: 2 additions & 6 deletions
File tree
- common/src/main/java/com/genexus
- java/src/main/java/com/genexus/internet
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
854 | 854 | | |
855 | 855 | | |
856 | 856 | | |
857 | | - | |
858 | | - | |
859 | | - | |
860 | | - | |
861 | | - | |
| 857 | + | |
862 | 858 | | |
863 | 859 | | |
864 | 860 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
727 | 727 | | |
728 | 728 | | |
729 | 729 | | |
730 | | - | |
| 730 | + | |
731 | 731 | | |
732 | 732 | | |
733 | 733 | | |
| |||
0 commit comments