Skip to content

Commit

Permalink
Merge branch 'release' into ALS-6165
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcolon021 committed Mar 29, 2024
2 parents 0c4fb97 + 2e695ed commit 39f58db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ define(['backbone', 'handlebars', 'underscore', 'text!search-interface/datatable
let data = this.dtData;
const isOpenAccess = JSON.parse(sessionStorage.getItem('isOpenAccess'));
if(!data){

if (isOpenAccess) {
// filter out stigmatized variables
data = this.model.dtVariables.filter(function (variable) {
Expand All @@ -198,6 +199,7 @@ define(['backbone', 'handlebars', 'underscore', 'text!search-interface/datatable
(_.find(existingFilter.get('variables'), (conceptPath) => {
return conceptPath.includes(variable.result.metadata.columnmeta_var_id);
}) !== undefined) : false,

variable.result.metadata.columnmeta_var_id,
variable.result.metadata.columnmeta_name,
variable.result.metadata.columnmeta_description,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
font-size: 0.75em;
}
.var-heading {
font-weight: 700;
word-break: break-word;
}
.filter-buttons-container {
min-width: fit-content;
Expand Down

0 comments on commit 39f58db

Please sign in to comment.