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

destinationFilter Fehlfunktion bei negativ belegten Krankenhäusern #664

Open
mnai opened this issue Apr 12, 2020 · 3 comments
Open

destinationFilter Fehlfunktion bei negativ belegten Krankenhäusern #664

mnai opened this issue Apr 12, 2020 · 3 comments
Assignees
Labels
BUG Es handelt sich um eine Fehlfunktion des LSSM

Comments

@mnai
Copy link

mnai commented Apr 12, 2020

Wenn der Zielort Filter auf ein Krankenhaus mit negativer Belegung trifft (was ja ab und zu mal vorkommt), scheint es einen Fehler zu geben, sodass danach alle weiteren Krankenhäuser nicht mehr gefiltert werden.

Liegt vermutlich in der Definition des Filters hier:

let freeBeds = parseInt(info.match(new RegExp(`${I18n.t('lssm.destfilter.freeBeds')}: \\d+`))[0].replace(/\D+/g, ''));

@jxn-30
Copy link
Member

jxn-30 commented Apr 12, 2020

Danke,
der Fehler ist bereits bekannt aber noch nicht behoben worden.
Wir werden den Filter aber auf die Farbe des Btns. umstellen.

@jxn-30 jxn-30 self-assigned this Apr 13, 2020
@jxn-30 jxn-30 added the BUG Es handelt sich um eine Fehlfunktion des LSSM label Apr 19, 2020
@jxn-30
Copy link
Member

jxn-30 commented May 24, 2020

Kleiner Zusatz dazu – auch wenn das Thema behoben sein könnte / müsste:

NL, wenn keine Fachabteilung benötigt, dann alles ausgeblendet.

@JRH-1997
Copy link
Contributor

Kleiner Zusatz dazu – auch wenn das Thema behoben sein könnte / müsste:

NL, wenn keine Fachabteilung benötigt, dann alles ausgeblendet.

I don't know if you can filter the "not needed department", because it says also "label-warning".
I hope you can find a solution for this problem.

This is the screenshot when there is no needed department (Niet Nodig)
afbeelding

This is the screenshot when the needed department is at that hospital:
afbeelding

This is the screenshot when the needed department is not at that hospital:
afbeelding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Es handelt sich um eine Fehlfunktion des LSSM
Projects
None yet
Development

No branches or pull requests

3 participants