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

fix: add uniqueOperation params for new departments api #3331

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JeanBeaurepaire
Copy link
Contributor

Description

Add missing uniqueOperation for new api departments

https://github.com/LuccaSA/Organization.Structure/blob/81b1399a45228ba73d6eecd6177268065792bc16/back/src/Organization.Structure.Web/Controllers/Departments/TreeController.cs#L33


Optionally, technical or more in-depth description for reviewers.
Keep an empty line under your text, as well as the 5 lines that follow it.


@JeanBeaurepaire JeanBeaurepaire added the 🔖🐛 FIX Bug / Visual fix (PR should target Master branch) label Dec 30, 2024
@JeanBeaurepaire JeanBeaurepaire requested review from a team as code owners December 30, 2024 15:06
@LuccaIntegration
Copy link

@@ -44,6 +44,10 @@ export class LuDepartmentFeederComponent extends ALuTreeOptionOperator<ILuDepart
this._service.filters = filters ?? [];
}

@Input() set uniqueOperation(uniqueOperation: number) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Il faudrait pas que ce soit nullable pour pas faire de breaking ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

L'input n'est pas marqué comme required donc l'attribut du composant n'est pas obligatoire. Pas de breaking

@JeanBeaurepaire JeanBeaurepaire force-pushed the add-missing-uniqueOperation-field branch from ceb69ec to 44420be Compare December 30, 2024 15:27
@LuccaIntegration
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔖🐛 FIX Bug / Visual fix (PR should target Master branch)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants