mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add [BETA] as postfix to user interface
Add postfix to SUMO and OSDU cloud import features.
This commit is contained in:
@@ -1475,7 +1475,12 @@ int RimContextCommandBuilder::appendImportMenu( caf::CmdFeatureMenuBuilder& menu
|
||||
candidates << "RicImportWellLogCsvFileFeature";
|
||||
candidates << "RicReloadWellPathFormationNamesFeature";
|
||||
|
||||
if ( addOsduImportMenuItem ) candidates << "RicImportWellLogOsduFeature";
|
||||
// Import of well logs from OSDU is disabled by default. The quality of well log data from OSDU is not sufficient for effective
|
||||
// use. The environment variable RESINSIGHT_DEVEL must be set to enable this feature.
|
||||
if ( addOsduImportMenuItem && RiaApplication::enableDevelopmentFeatures() )
|
||||
{
|
||||
candidates << "RicImportWellLogOsduFeature";
|
||||
}
|
||||
|
||||
return appendSubMenuWithCommands( menuBuilder, candidates, "Import", QIcon(), addSeparatorBeforeMenu );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user