-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add rentableOrRentedBy query in dedicated filter #3740
base: development
Are you sure you want to change the base?
Conversation
cpd from #3587 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#3587 (review)
still reproducable
also there are many unrelated changes please make sure to update the pr
Please remove unrelated changes |
@amiraabouhadid fixed, please check the attached video |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see some files that have unrelated changes; please remove them
@@ -224,6 +224,9 @@ export async function validateRentContract( | |||
} | |||
|
|||
try { | |||
if (node.dedicated || node.rentedByTwinId === 0) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
rentableOrRentedBy
query in the dedicated filter.Changes
Screencast.from.01-01-25.14.39.41.webm
Tested Scenarios
Scenarios Update
Documentation PR
Related Issues
Checklist