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

AO-870: Create a UI module to manage mailing list for facility syncho report #151

Merged
merged 5 commits into from
Jul 16, 2024

Conversation

saleksandra
Copy link
Contributor

Ticket:
https://openlmis.atlassian.net/browse/AO-870

Changes:
Added possibility to manage integration emails from the administration panel

@saleksandra saleksandra self-assigned this Jul 16, 2024
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h1>{{vm.modalHeaderKey | message}}</h1>
Copy link
Contributor

Choose a reason for hiding this comment

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

please add one-time bindings, for example {{:: vm.modalHeaderKey | message}} for all texts, if the value will not be changed

https://docs.angularjs.org/guide/expression#one-time-binding

<h2>{{'adminIntegrationEmailList.header' | message}}</h2>
<section class="openlmis-table-container">
<button id="add-email" class="add" ui-sref="openlmis.administration.adminIntegrationEmailList.add">
{{'adminIntegrationEmailList.addEmail' | message}}
Copy link
Contributor

Choose a reason for hiding this comment

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

same as above, if the text is not changed or being affected by ng-repeat, use one time binds

Copy link

sonarcloud bot commented Jul 16, 2024

@mdulko-soldevelo mdulko-soldevelo merged commit fa4fcd3 into master Jul 16, 2024
2 checks passed
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.

3 participants