Open perlDreamer opened 2 weeks ago
In the db, the id an integer. In the JS object, it's a vNumber. Also, you can't filter by id because it's not filterable in the baseSchema.
Note, I fixed the jump to ticket by ticket number using a custom route, so this ticket is about understanding how to do this.
depends upon this getting fixed: https://github.com/plainblack/ving/issues/203
In the db, the id an integer. In the JS object, it's a vNumber. Also, you can't filter by id because it's not filterable in the baseSchema.