Skip to content

Commit

Permalink
ConceptApi: Add "mappings" to default properties parameter
Browse files Browse the repository at this point in the history
This will load embedded mappings, e.g. from DANTE, by default.
  • Loading branch information
stefandesu committed Jun 28, 2024
1 parent af6957f commit c37986b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/concept-api-provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default class ConceptApiProvider extends BaseProvider {
this.has.auth = _.get(this._config, "auth.key") != null
this._defaultParams = {
// Default parameters mostly for DANTE
properties: "+created,issued,modified,editorialNote,scopeNote,note,definition",
properties: "+created,issued,modified,editorialNote,scopeNote,note,definition,mappings",
}
}

Expand Down

0 comments on commit c37986b

Please sign in to comment.