Skip to content

Merge branch dev with rel-10.6 - #25787

Merged
voloagent merged 2 commits into
devfrom
auto-merge/rel-10-6/4702
Jul 8, 2026
Merged

Merge branch dev with rel-10.6#25787
voloagent merged 2 commits into
devfrom
auto-merge/rel-10-6/4702

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

This PR generated automatically to merge dev with rel-10.6. Please review the changed files before merging to prevent any errors that may occur.

sumeyyeKurtulus and others added 2 commits July 8, 2026 16:13
…bility-constraint

Angular - Fixing the permission modal visibility constraint
@voloagent
voloagent marked this pull request as ready for review July 8, 2026 13:37
Copilot AI review requested due to automatic review settings July 8, 2026 13:37
@voloagent
voloagent merged commit d3eec09 into dev Jul 8, 2026
1 check passed
@voloagent
voloagent deleted the auto-merge/rel-10-6/4702 branch July 8, 2026 13:37

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Automated merge from dev into rel-10.6, bringing over small Angular UI updates in the permission management package and a formatting/consistency adjustment in the core replaceable template directive.

Changes:

  • Update PermissionManagementComponent to synchronize the visible input via an Angular effect() and untracked() (and refactor visibility logic into setVisible).
  • Minor formatting/quoting cleanup for the abpReplaceableTemplate required input definition in ReplaceableTemplateDirective.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
npm/ng-packs/packages/permission-management/src/lib/components/permission-management.component.ts Adds effect + untracked visibility synchronization and refactors visibility handling into setVisible.
npm/ng-packs/packages/core/src/lib/directives/replaceable-template.directive.ts Formatting/consistency update for the input.required(...) alias definition and import list.

Comment on lines +312 to +316
// constructor() {
// effect(() => {
// this.setVisible(this.visibleInput());
// });
// }
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.

4 participants