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

CSCEXAM-1404 User agreement prompt for all roles #1189

Merged
merged 2 commits into from
Feb 4, 2025
Merged

CSCEXAM-1404 User agreement prompt for all roles #1189

merged 2 commits into from
Feb 4, 2025

Conversation

lupari
Copy link
Collaborator

@lupari lupari commented Jan 28, 2025

No description provided.

@@ -10,14 +10,15 @@ import { AppConfig } from 'src/app/administrative/administrative.model';
export class SettingsService {
constructor(private http: HttpClient) {}

updateAgreement$ = (config: AppConfig) => this.http.put('/app/settings/agreement', { value: config.eula });
updateAgreement$ = (config: AppConfig, bypassAgreementUpdate = false) =>
this.http.put('/app/settings/agreement', { value: config.eula, majorUpdate: bypassAgreementUpdate });
Copy link
Collaborator

Choose a reason for hiding this comment

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

majorUpdate Tätä ei taideta käyttää siellä funktiossa mihin se viedään

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Tää on vielä hieman vaiheessa. Odottelin, että käännökset on kunnossa.

Tai itseasiassa tässä on toisen tiketin juttuja mukana vähän vahingossa.

@lupari lupari merged commit 17bfdb3 into dev Feb 4, 2025
5 checks passed
@lupari lupari deleted the CSCEXAM-1404 branch February 4, 2025 09:14
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