From 0cc23085f52a96019eebf3d73a1b57591370c16b Mon Sep 17 00:00:00 2001 From: Dipannita Dey Date: Thu, 8 Sep 2022 15:05:54 -0500 Subject: [PATCH 1/2] Added a dropdown menu for specific space types --- CHANGELOG.md | 4 ++++ app/views/spaces/listSpaces.scala.html | 7 +++++++ public/javascripts/displayPanels.js | 19 +++++++++++++++++++ 3 files changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85bd19a86..3d7f5b82c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +### Unreleased + +### Fixed +- Added a dropdown menu to select all spaces, your spaces and also the spaces you have access to. [#374](https://github.com/clowder-framework/clowder/issues/374) ## 1.21.0 - 2022-08-23 diff --git a/app/views/spaces/listSpaces.scala.html b/app/views/spaces/listSpaces.scala.html index 76ad41dd8..1518df0ae 100644 --- a/app/views/spaces/listSpaces.scala.html +++ b/app/views/spaces/listSpaces.scala.html @@ -44,6 +44,13 @@

@title

} case (_,_) => {} } +
+ +