Modify ↓
#1044 closed defect (fixed)
[PATCH] Fix null pointer exception in download dialog
Reported by: | Owned by: | framm | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
The URL box in the data download dialog box was throwing a nullPointerException due to the oldUrl String variable not being initialised. This caused strange behaviour when trying to edit in that text box. The attached patch initialises it to "" to fix this bug.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Patch