Skip to content

Conversation

@SepehrGanji
Copy link
Collaborator

Fix #79

@SepehrGanji SepehrGanji requested a review from capt-nemo429 June 17, 2024 22:41

if (registers && !isEmpty(registers)) {
query = query.leftJoin(`${this.alias}.registers`, "rx", `${this.alias}.boxId = rx.boxId`);
if (getDefinedRegisterCount(registers) > 2) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please explain why this restriction is necessary?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

additionalRegisters input bug

3 participants