3 | 3 | 1. Java class/file `Meludi.java` in `src/net/sf/based/meludi/` updated:[[BR]]a. Public static method `fetchSampleItemPrefix(int activeProjectId)` updated to return an empty string, if no configuration can be found for the active project.[[BR]]b. Public static method `fetchStartListItemPrefix(int activeProjectId)` updated to return an empty string, if no configuration can be found for the active project.[[BR]]c. Public static method `fetchStartPlateItemPrefix(int activeProjectId)` updated to return an empty string, if no configuration can be found for the active project.[[BR]]d. Public static method `fetchPatientItemPrefix(int activeProjectId)` updated to return an empty string, if no configuration can be found for the active project.[[BR]]e. Public static method `fetchProjectFocusDefault(int activeProjectId)` updated to return `null`, if no configuration can be found for the active project.[[BR]]f. Public static method `fetchSpecimenTypeDefault(int activeProjectId)` updated to return `null`, if no configuration can be found for the active project. |