View Issue Details

IDProjectCategoryView StatusLast Update
0005497TalerWeb site(s)public2019-12-20 19:12
Reporterlenville Assigned ToMarcello Stanisci  
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.5 
Target Version0.6Fixed in Version0.6 
Summary0005497: Demo page error caused by wrong pattern
Descriptionhttps://bank.demo.taler.net/profile

<input type="text" name="receiver" list="receiverlist" id="id_receiver" pattern="[1-9]+" required="">

the correct pattern should be [0-9]+
TagsNo tags attached.

Activities

Marcello Stanisci

2018-12-06 13:01

reporter   ~0013387

Hello Lenville, and thanks for reporting!

I would say something like that: "[1-9]+[0-9]*", because ID numbers start from 1 in the system.

Marcello Stanisci

2018-12-06 13:05

reporter   ~0013388

Fix attempted at df6d892267860788694dd07, test needed.

Marcello Stanisci

2018-12-06 18:52

reporter   ~0013389

Just tested on bank.test.taler.net, closing this.

NOTE: the bank running at bank.DEMO.taler.net is still running the buggy code right now.

Issue History

Date Modified Username Field Change
2018-12-06 05:10 lenville New Issue
2018-12-06 12:45 Christian Grothoff Assigned To => Marcello Stanisci
2018-12-06 12:45 Christian Grothoff Status new => assigned
2018-12-06 12:46 Christian Grothoff Priority normal => urgent
2018-12-06 12:46 Christian Grothoff Target Version => 0.6
2018-12-06 13:01 Marcello Stanisci Note Added: 0013387
2018-12-06 13:05 Marcello Stanisci Note Added: 0013388
2018-12-06 18:52 Marcello Stanisci Note Added: 0013389
2018-12-06 18:52 Marcello Stanisci Status assigned => resolved
2018-12-06 18:52 Marcello Stanisci Resolution open => fixed
2019-01-31 19:34 Christian Grothoff Fixed in Version => 0.6
2019-12-20 19:12 Christian Grothoff Status resolved => closed