File tree Expand file tree Collapse file tree
src/components/panels/edit/modals Expand file tree Collapse file tree Original file line number Diff line number Diff line change 15921592 // favor splitting on semicolon. Seems reliable to get the first name without bleed from other names. But after that, anything can happen
15931593 if (this .statementOfResponsibility && this .statementOfResponsibility .split (/ ,? \s + and| und| \& \s + | \s + e\s + | ;/ g ).length > 1 ){
15941594 this .statementOfResponsibilityOptions = this .statementOfResponsibility .split (/ ,? \s + and| und| \& \s + | \s + e\s + | ;/ g )
1595- console .info (" split semi: " , this .statementOfResponsibilityOptions )
15961595 } else if (this .statementOfResponsibility && this .statementOfResponsibility .split (/ ,? \s + and| und| \& \s + | ,/ g ).length > 1 ){
15971596 this .statementOfResponsibilityOptions = this .statementOfResponsibility .split (/ ,? \s + and| und| \& \s + | ,/ g )
1598- console .info (" split comma: " , this .statementOfResponsibilityOptions )
15991597 }
16001598
16011599 // SOR examples that make rules difficult
You can’t perform that action at this time.
0 commit comments