USEPA / emf

Emissions Modeling Framework (EMF)
6 stars 3 forks source link

use a database property for the User's Guide link #86

Open cseppan opened 2 years ago

cseppan commented 2 years ago

Update EmfConsole.java to pull the User's Guide URL from a new database property instead of a hard-coded variable

eyth commented 2 years ago

Also trying to remember - do we have a user preference for this in EMFPrefs.txt?

On Wed, Aug 25, 2021 at 3:01 PM Catherine Seppanen @.***> wrote:

Update EmfConsole.java to pull the User's Guide URL from a new database property instead of a hard-coded variable

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/USEPA-OAQPS/emf/issues/86, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB26PS5EG2DHLISBBBY2SRLT6U4YTANCNFSM5CZYJXNA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

cseppan commented 2 years ago

It's not a user preference. When I enabled the User's Guide menu item (commit 52b419093f87e21bb00f8484b5593882c034b0fb) I just added the URL as a variable (guideUrl). The guideMessage is shown in a dialog if directly opening the link isn't supported.

https://github.com/USEPA-OAQPS/emf/blob/1ecdb132c9e26bb56fd8454119d53b6cc8a8b663/EMF/src/client/gov/epa/emissions/framework/client/console/EmfConsole.java#L54-L59