Skip to content

Commit

Permalink
feat: add workshop series to ongoing events section (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
dianneweinthal authored Feb 28, 2023
1 parent f774e8c commit 86cffaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion gql/queries/ExhibitionsAndEventsList.gql
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ query EventsExhibitionsList {
}
series: entries(
section: "workshopOrEventSeries"
workshopOrEventSeriesType: "visit/events-exhibitions"
orderBy: "title"
) {
title
Expand Down
9 changes: 6 additions & 3 deletions pages/visit/events-exhibitions/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,12 @@ export default {
seriesOrExhibtion.category ===
"visit/events-exhibitions"
? "event series"
: seriesOrExhibtion.typeHandle === "exhibition"
? "exhibition"
: seriesOrExhibtion.category,
: seriesOrExhibtion.category ===
"help/services-resources"
? "workshop series"
: seriesOrExhibtion.typeHandle === "exhibition"
? "exhibition"
: seriesOrExhibtion.category,
to: `/${seriesOrExhibtion.to}`,
image: _get(
seriesOrExhibtion,
Expand Down

13 comments on commit 86cffaa

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

πŸŽ‰ Published on https://www.library.ucla.edu as production
πŸš€ Deployed on https://63fe874d2776b04c3ea615fe--uclalibrary.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

πŸŽ‰ Published on https://www.library.ucla.edu as production
πŸš€ Deployed on https://63ff09866315cd47812fbcc2--uclalibrary.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

πŸŽ‰ Published on https://www.library.ucla.edu as production
πŸš€ Deployed on https://63ffb1ff813ff608b4441ea0--uclalibrary.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

πŸŽ‰ Published on https://www.library.ucla.edu as production
πŸš€ Deployed on https://64005b0244d373528b2496d0--uclalibrary.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

πŸŽ‰ Published on https://www.library.ucla.edu as production
πŸš€ Deployed on https://640103ad4c5e0827862c6ad3--uclalibrary.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

πŸŽ‰ Published on https://www.library.ucla.edu as production
πŸš€ Deployed on https://6401ac7793d56d2361383104--uclalibrary.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

πŸŽ‰ Published on https://www.library.ucla.edu as production
πŸš€ Deployed on https://640254ff2ae9331bf23b64c0--uclalibrary.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

πŸŽ‰ Published on https://www.library.ucla.edu as production
πŸš€ Deployed on https://6402fde62bd72c0269c3e193--uclalibrary.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

πŸŽ‰ Published on https://www.library.ucla.edu as production
πŸš€ Deployed on https://6403a66e84f6a46490b0dfd1--uclalibrary.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

πŸŽ‰ Published on https://www.library.ucla.edu as production
πŸš€ Deployed on https://64044f6f8eee836a750c73bc--uclalibrary.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

πŸŽ‰ Published on https://www.library.ucla.edu as production
πŸš€ Deployed on https://6404f81129b7615023377780--uclalibrary.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

πŸŽ‰ Published on https://www.library.ucla.edu as production
πŸš€ Deployed on https://6405a1267d8cac4383c02e0b--uclalibrary.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

πŸŽ‰ Published on https://www.library.ucla.edu as production
πŸš€ Deployed on https://640649a2f5524330c2db7e6a--uclalibrary.netlify.app

Please sign in to comment.