Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test 2.1 updates and fixes #59

Closed
2 tasks done
zerocrates opened this issue Sep 25, 2013 · 7 comments
Closed
2 tasks done

Test 2.1 updates and fixes #59

zerocrates opened this issue Sep 25, 2013 · 7 comments
Labels

Comments

@zerocrates
Copy link
Member

@sheilabrennan, @mebrett
On branch "master."

Test that:

  • Contributor-role users can delete exhibits. They should only be able to delete exhibits that they created.
  • The title of the selected Exhibit appears in the search filters list when Items are filtered by Exhibit (on the Items-specific advanced search, and on the "Attach an Item" search within the Exhibit Builder).
@sheilabrennan
Copy link
Collaborator

Not sure what you mean by "selected exhibit", but exhibit titles are appearing in the Search by Exhibit dropdown list. And I can search for items in a specific exhibit.

@zerocrates
Copy link
Member Author

The change here is about whether the search results page tells you you're searching for a particular exhibit. Previous Exhibit Builder versions don't.

@sheilabrennan
Copy link
Collaborator

Got it. And yes, the name of the exhibit does appear as a search term on the results page.

@mebrett
Copy link

mebrett commented Sep 26, 2013

I am having trouble getting the master branch to work. I've tried re-installing multiple times, deleting the whole thing and cloning new. I can see and edit the main exhibit information, but any time I try to edit (in admin) or view (public side) an exhibit page, I get the following errors:
Invalid Argument Exception Could not find file exhibit_layouts//layout.gif!

#0 /home/mebrett/meganrbrett.net/make2exhibit/plugins/ExhibitBuilder/views/admin/exhibits/page-content-form.php(20): web_path_to('exhibit_layouts...')
#1 /home/mebrett/meganrbrett.net/make2exhibit/application/libraries/Omeka/View.php(117): include('/home/mebrett/m...')
#2 /home/mebrett/meganrbrett.net/make2exhibit/application/libraries/Zend/View/Abstract.php(888): Omeka_View->_run('/home/mebrett/m...')
#3 /home/mebrett/meganrbrett.net/make2exhibit/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(900): Zend_View_Abstract->render('exhibits/page-c...')
#4 /home/mebrett/meganrbrett.net/make2exhibit/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(921): Zend_Controller_Action_Helper_ViewRenderer->renderScript('exhibits/page-c...', NULL)
#5 /home/mebrett/meganrbrett.net/make2exhibit/application/libraries/Zend/Controller/Action.php(212): Zend_Controller_Action_Helper_ViewRenderer->render('page-content-fo...', NULL, false)
#6 /home/mebrett/meganrbrett.net/make2exhibit/plugins/ExhibitBuilder/controllers/ExhibitsController.php(315): Zend_Controller_Action->render('page-content-fo...')
#7 /home/mebrett/meganrbrett.net/make2exhibit/application/libraries/Zend/Controller/Action.php(516): ExhibitBuilder_ExhibitsController->editPageContentAction()
#8 /home/mebrett/meganrbrett.net/make2exhibit/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('editPageContent...')
#9 /home/mebrett/meganrbrett.net/make2exhibit/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#10 /home/mebrett/meganrbrett.net/make2exhibit/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(97): Zend_Controller_Front->dispatch()
#11 /home/mebrett/meganrbrett.net/make2exhibit/application/libraries/Zend/Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#12 /home/mebrett/meganrbrett.net/make2exhibit/application/libraries/Omeka/Application.php(79): Zend_Application->run()
#13 /home/mebrett/meganrbrett.net/make2exhibit/admin/index.php(28): Omeka_Application->run()
#14 {main}

@zerocrates
Copy link
Member Author

Is this a site you've previously had Exhibit Builder's "next" on?

You generally can't go back and forth between the two on the same installation easily. If you were using "next" on here, you need to checkout "next", uninstall the plugin, checkout "master", then install.

@mebrett
Copy link

mebrett commented Sep 26, 2013

That was indeed the problem. It's working now, thank you.

Contributor can delete exhibits created with that account. Can only edit exhibits it created. It can see the others in the exhibits panel in admin, but can only explore them through the public side.

Both exhibit names are showing up in the drop-down for exhibits when doing advanced item search and when searching in the Add an Item dialog box in Exhibit Builder (I think that's what you were asking?)

@zerocrates
Copy link
Member Author

Everything here seems to be a-ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants