You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STAND-131: Fix java.sql.SQLSyntaxErrorException: Unknown column 'RESERVED' in 'WHERE' in 3.x Standalone (#89)
* STAND-131: Fix java.sql.SQLSyntaxErrorException: Unknown column 'RESERVED' in 'WHERE' in 3.x Standalone
* Use 2.8.1-SNAPSHOT+ with mariadb support
* Updated title from Openmrs 3.x to O3 RefApp v3.x
* remove repititions
@@ -427,15 +427,20 @@ public void showInitialConfig() {
427
427
Fontfont = newFont(Font.SERIF, Font.PLAIN, 16);
428
428
429
429
finalJButtonuseCurrent = newJButton("Do Not Modify the Database");
430
-
430
+
431
431
finalJButtondemoDatabase = newJButton(
432
-
"<html><h3>Demonstration mode</h3>Configures OpenMRS with a demonstration database. This is the quickest way to start up OpenMRS with some sample data to evaluate the system or experiment with features</html>",
"<html><h3>Starter Implementation</h3>Configures OpenMRS without any patient data. If you are familiar with OpenMRS and want to start a new system, this is a good place to start.</html>",
@@ -466,7 +471,7 @@ public void actionPerformed(ActionEvent e) {
466
471
}
467
472
468
473
JLabelinstructions = newJLabel(
469
-
"<html><b>Welcome to OpenMRS " + OpenmrsUtil.REFAPP_VERSION + "! OpenMRS can be configured in one of " + buttonList.size() + " ways, depending on your needs. Please click on the configuration that best meets your needs.</b><br/>(You will not see this next time you run OpenMRS)</html>");
474
+
"<html><b>Welcome! O3 RefApp can be configured in one of " + buttonList.size() + " ways, depending on your needs. Please click on the configuration that best meets your needs.</b><br/>(You will not see this next time you run OpenMRS)</html>");
0 commit comments