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

[Mnoe 669] Company deletion #398

Open
wants to merge 6 commits into
base: 2.0
Choose a base branch
from
Open

[Mnoe 669] Company deletion #398

wants to merge 6 commits into from

Conversation

enizor
Copy link
Contributor

@enizor enizor commented Dec 13, 2017

No description provided.

Copy link
Contributor

@alexnoox alexnoox left a comment

Choose a reason for hiding this comment

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

LGTM

Some minor changes:

  • Add a .modal-header om dashboard-deletion-confirm.html

</label>
<input type="password" class="form-control" id="delCompanypassword" ng-model="$ctrl.password">
</div>

Copy link
Contributor

Choose a reason for hiding this comment

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

Empty line to remove

# Launch Cb
ctrl.resolve.actionCb(ctrl.delReasons, ctrl.password).then(
(response) ->
toastr.success('Organization successfully frozen')
Copy link
Contributor

Choose a reason for hiding this comment

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

Locale key to add for i18n

ctrl.close(response)
(errors) ->
$log.error(errors)
toastr.error(errors.statusText, "Error")
Copy link
Contributor

Choose a reason for hiding this comment

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

Locale key to add for i18n

- Remove empty lines
- I18N the toastr
- Organize the locale names
@enizor
Copy link
Contributor Author

enizor commented Dec 20, 2017

Code review adressed + reorganized the locales names

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.

2 participants