problem to edit and register fone field

Jose B7 years ago

Hi,
Recently I adopted use the functionality of automatically devices registration (database.registerUnknown, defaultGroupId and defaultCategory) and it works very well.

However, I am facing a issue related when I edit to register specific phone field (an error message is displayed only for this field).

https://drive.google.com/file/d/11vcTteu5JNEOGTgR-Jdu6H2hYynUpbMB/view?usp=sharing

If I restart the traccar service I noticed that the value was stored in MySQL correctly, so I think that error is only in web environment.

Can you help me?

Best regards

JB

Anton Tananaev7 years ago
Jose B7 years ago

could you confirm me if I just need to recompile the source code and replace (only) the "tracker-server.jar" file?

It will be the first time that I will use NetBeans (https://www.traccar.org/build-in-netbeans/) but this site do not show what file or files need be replaced to.

JB

Anton Tananaev7 years ago

If you just take this commit and apply it on top on last official release, then yes. If you take whole master branch you would need to update more things and I don't recommend it.

Jose B7 years ago

Thank you, I will try