https://bugs.documentfoundation.org/show_bug.cgi?id=144859
--- Comment #3 from Olivier Hallot <[email protected]> --- to fix this issue I need a javascript code that handles the current pseudo code For this use case System is WIN. Note that second switch must return the DEFAULT case. switch System { case MAC: mac help stuff break; case WIN: win help stuff switch System { case MAC: mac help2 stuff break; case DEFAULT: DEFAULT help2 stuff break; default: undefined system stuff } break; case UNIX: unix help stuff break; case DEFAULT: DEFAULT help stuff break; default: undefined system stuff } -- You are receiving this mail because: You are the assignee for the bug.
