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

bug: login language selector settings for allowed languages and hiding dummy language #7023

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

bradymiller
Copy link
Sponsor Member

fix: login language selector settings for allowed languages and hiding dummy language

$langList[] = $row;
if (!$GLOBALS['allow_debug_language'] && $row['lang_description'] == 'dummy') {
continue; // skip the dummy language
}
Copy link
Sponsor Member

Choose a reason for hiding this comment

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

PHGrLWau

@bradymiller
Copy link
Sponsor Member Author

testing well and bringing in

@bradymiller bradymiller merged commit e2b22b1 into openemr:master Nov 14, 2023
21 checks passed
bradymiller added a commit that referenced this pull request Nov 14, 2023
@adunsulag adunsulag added this to the 7.0.2 milestone Nov 16, 2023
@adunsulag adunsulag changed the title fix: login language selector settings for allowed languages and hiding dummy language bug: login language selector settings for allowed languages and hiding dummy language Nov 16, 2023
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.

None yet

3 participants