no.IDLock icon indicating copy to clipboard operation
no.IDLock copied to clipboard

"Invalid field entry" with `index` over 9

Open runely opened this issue 3 years ago • 3 comments

Can not add Key or Code with index higher than 9!

1-9 is working okey, but from 10 and up i get Invalid field entry.

I have a tag added as slot nr 1 on the IDLock lock. This tag is presented as tag 26 in IDLock app (from Who). And when i cant add indexes over 9 i cant map them to a user in the app...

IDLock app version: 1.2.3 Homey version: 7.1.6 IDLock firmware: 1.5.9

image

image

runely avatar Nov 25 '21 19:11 runely

@runely I have updated my fork so it should work. Info is that settings/index.html had code like this: <span editable-number="code.index" e-name="index" e-form="rowform" e-min="1" e-max="9" onbeforesave="checkNotEmpty($data)" e-required> {{ code.index }} </span>

I have updated to this: <span editable-number="code.index" e-name="index" e-form="rowform" e-min="1" e-max="99" onbeforesave="checkNotEmpty($data)" e-required> {{ code.index }} </span>

Note the value of e-max.

joco73 avatar Jan 28 '22 18:01 joco73

THANK YOU SO MUCH @joco73 👏

This works like a charm!

runely avatar Jan 28 '22 19:01 runely

@TedTolboom

I installed the latest version today (1.2.3) after reciving my IDLock 150 yesterday and I get the same issue as the thread creator. Is there going to be an update in the app that solves the issue?

Best regards Richard

Fotofantasten avatar Aug 17 '22 19:08 Fotofantasten

Resolved in v2.0.0

TedTolboom avatar Jul 23 '23 20:07 TedTolboom