uavos / apx-gcs

APX Ground Control
GNU Lesser General Public License v3.0
13 stars 12 forks source link

Object.defineProperty regression in 11.0.49 #15

Closed smarttowel closed 3 years ago

smarttowel commented 3 years ago

app - unknown - Object.defineProperty(apx.tools.diginavis.my_requests.flight_requests.approved.768891a7_4f36_4228_a6bc_bba1300264eb,'start_work',{enumerable:false,configurable:false,writable:false}) SyntaxError: Expected token `)'

I can't define cpp code, that cause this problem (maybe, because qml works asynchronously). But if you really need it, I will try to write minimal work example.

uavinda commented 3 years ago

It seems the property or object does not exist anymore. This is just a temporary warning and can be ignored by now. Will fix that in the next releases.

uavinda commented 3 years ago

fixed