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

SO-1974 extension terminology selector #103

Conversation

ekovacs
Copy link

@ekovacs ekovacs commented Jun 14, 2016

this pull request introduces a new preference page that allows the users to select the extension on which they will do their authoring work

@cmark cmark self-assigned this Jun 15, 2016
@@ -0,0 +1,15 @@
<com.b2international.snowowl.core.api.preferences.ConfigNode>
Copy link
Member

Choose a reason for hiding this comment

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

If this config is only applicable on the client side, then please remove it from the server assembly.

return new ActiveCodeSystemPredicate(branchPathMap, repositoryUuid);
}

public static Predicate<ICodeSystem> mainCodeSystemPredicate() {
Copy link
Member

Choose a reason for hiding this comment

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

Use only a single instance for Predicates and Functions. See the other comment about moving them to the ICodeSystem interface.

*
* Preference configuration for terminology extension selection.
*/
public class TerminologyExtensionConfiguration extends PreferenceBase {
Copy link
Member

Choose a reason for hiding this comment

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

This class is still available on the server side, could you please move it to the ext repo? Thanks!

@cmark cmark changed the title So 1974 extension terminology selector SO-1974 extension terminology selector Jun 16, 2016
@ekovacs ekovacs merged commit 77d1899 into SO-1972-terminology-registry-dialog-additions Jun 16, 2016
@cmark cmark deleted the SO-1974-extension-terminology-selector branch July 5, 2018 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants