okfn / opendataeditor

No-code application to explore and publish all kinds of data: datasets, tables, charts, maps, stories, and more. Forever free and open source project powered by open standards and generative AI.
http://opendataeditor.okfn.org
MIT License
150 stars 18 forks source link

Bug when adding remote file #361

Closed romicolman closed 1 month ago

romicolman commented 2 months ago

Problem description

When you do not enter a URL into the box and click ENTER, the ODE displays this message:

Captura de pantalla 2024-04-30 a la(s) 21 16 28

Steps to reproduce it

Captura de pantalla 2024-04-30 a la(s) 21 12 27

Suggested solution If a user clicks on ADD (second one) without specifying the URL, should return no action or or the outline of field for adding URL could be colored in red to show the user that he/she/they needs/s to include it.

See this issue in connection with issue #362

guergana commented 1 month ago

@romicolman I have worked on this issue and added an extra validation that i think it's important! If the entered value is not a valid URL it will also show the error! 💅

romicolman commented 1 month ago

Excellent!!!