Skip to content

Commit

Permalink
Merge branch '24.04.00' into 24.05.00
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnoble73 committed Apr 16, 2024
2 parents 1e716a2 + ba7cc41 commit c348b51
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified code/reindexer/reindexer.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ private void loadScopeInfoForEContentItem(AbstractGroupedWorkSolr groupedWork, I
for (Scope curScope : indexer.getScopes()){
SideLoadScope sideLoadScope = curScope.getSideLoadScope(sideLoadId);
if (sideLoadScope != null) {
boolean itemPartOfScope = sideLoadScope.isItemPartOfScope(record, isAdult, isTeen, isAdult);
boolean itemPartOfScope = sideLoadScope.isItemPartOfScope(record, isAdult, isTeen, isKids);
if (itemPartOfScope) {
ScopingInfo scopingInfo = itemInfo.addScope(curScope);
groupedWork.addScopingInfo(curScope.getScopeName(), scopingInfo);
Expand Down
2 changes: 1 addition & 1 deletion code/web/Drivers/CarlX.php
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ public function getSelfRegistrationFields() {
'autocomplete' => false,
];
$fields[] = [
'default' => 'TN',
'default' => '',
'property' => 'state',
'type' => 'text',
'label' => 'State',
Expand Down

0 comments on commit c348b51

Please sign in to comment.