Skip to content

BigList testsSelect wrong primary id passing #21

Closed
@tjunussov

Description

@tjunussov

In biglist_modules in actions section
change payload.id to payload[_id]

db[name].where(_id).equals(payload.id).first().then((entity) => {
	commit(types[`${NAME}_SELECT`], entity)
})

to

db[name].where(_id).equals(payload[_id]).first().then((entity) => {
	commit(types[`${NAME}_SELECT`], entity)
})

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions