Skip to content
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

Changelog update changelog/8793-api #1506

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions changelog/platform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ icon: "layer-group"
</div>
</div>

<div style={{ display: "table", width: "auto" }}>
<div style={{ display: "table-row", width: "auto" }}>
<Snippet file="chips/dataxp.mdx" />
<div style={{ float: "left", display: "table-column", paddingLeft: "30px", width: "calc(80% - 30px)" }}>

api@f260fcd
The AIRuleCreationLogic class has been updated to fetch constraints for an app without including disabled constraints. Previously, the `getConstraintsByAppId` method was called with the `true` argument, which would include disabled constraints. Now, it is called with `false`, which will exclude disabled constraints from the retrieved list.
</div>
</div>
</div>

### December 02, 2024

<div style={{ display: "table", width: "auto" }}>
Expand Down
5 changes: 5 additions & 0 deletions changelog/src/platform/20241206-1733513784031.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### December 06, 2024
## dataxp

api@f260fcd
The AIRuleCreationLogic class has been updated to fetch constraints for an app without including disabled constraints. Previously, the `getConstraintsByAppId` method was called with the `true` argument, which would include disabled constraints. Now, it is called with `false`, which will exclude disabled constraints from the retrieved list.