Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #566 #567

Merged
merged 1 commit into from
May 26, 2021
Merged

fixes #566 #567

merged 1 commit into from
May 26, 2021

Conversation

georgeDaskalakis
Copy link
Contributor

No description provided.

Copy link
Member

@msevestre msevestre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one question. I think this should be removed (namespace DimensionInfo)

@@ -495,7 +496,7 @@ private void addInfoToCategory(DimensionInfo.MetaDataCategory metaDataCategory,
metaDataCategory.ListOfImages.Add(container.Name, icon.IconName);
}

private DimensionInfo.MetaDataCategory createMetaDataCategory<T>(string categoryName, bool isMandatory = false, bool isListOfValuesFixed = false, Action<DimensionInfo.MetaDataCategory> fixedValuesRetriever = null, string description = null)
private DimensionInfo.MetaDataCategory createMetaDataCategory<T>(string categoryName, bool isMandatory = false, bool isListOfValuesFixed = false, Action<DimensionInfo.MetaDataCategory> fixedValuesRetriever = null, string description = null, bool allowsManualInput = false)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reasoin why we still have the name space DimensionInfo?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well at least in core :)

@msevestre msevestre merged commit ab935fc into develop May 26, 2021
@msevestre msevestre deleted the 566-manual-input branch May 26, 2021 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants