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

Feature/2048 show changed properties #2049

Merged
merged 6 commits into from
Jun 19, 2022

Conversation

ulischulte
Copy link
Contributor

@ulischulte ulischulte commented Jun 17, 2022

Closes #2048

@@ -18,7 +18,8 @@
"title": "Administrador de configuración de ambiente",
"refresh": "Refrescar configuración",
"application": "Aplicación",
"instance": "Instancia"
"instance": "Instancia",
"refreshed_configurations": "Refreshed configurations:"
Copy link
Contributor

Choose a reason for hiding this comment

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

You do not need to add English translation here as English is the fallback.

import { applications } from '../../../mocks/applications/data';
import _ from 'lodash';

describe('Refresh', () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice! We <3 tests!

@ulischulte ulischulte merged commit 586bf65 into master Jun 19, 2022
@ulischulte ulischulte deleted the feature/2048-show-changed-properties branch June 19, 2022 21:52
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.

Feedback of renewed properties for Refresh Context functionality
2 participants