projectblacklight / blacklight_folders

Allow grouping of blacklight bookmarks into user created reference folders
Other
6 stars 7 forks source link

Guest users should be able to add an item to a folder from the show page. #76

Closed jcoyne closed 9 years ago

acozine commented 9 years ago

Tested, does not work yet.

val99erie commented 9 years ago

@acozine : I don't see this problem in my dev environment, but I do see it in the sandbox env. I wonder if it's a deployment issue? Can you check to make sure that this file exists in the sandbox: app/views/blacklight/folders/show/_add_to_folder.html.erb

acozine commented 9 years ago

@val99erie In the "folder-holder" app on the sandbox, there is no app/views/blacklight directory. Should there be? Do I need to run the generators again? Or should that file be in the gem?

jcoyne commented 9 years ago

You probably need to update the generated initializer

Sent from my iPhone

On Nov 26, 2014, at 12:07 PM, Valerie Maher notifications@github.com wrote:

@acozine : I don't see this problem in my dev environment, but I do see it in the sandbox env. I wonder if it's a deployment issue? Can you check to make sure that this file exists in the sandbox: app/views/blacklight/folders/show/_add_to_folder.html.erb

— Reply to this email directly or view it on GitHub.

val99erie commented 9 years ago

@acozine Since this is probably just a matter of editing the config/initializers/blacklight_folders.rb in the sandbox (and then restart the rails server), I'm going to assign this story to you. I added a little more info in the Skype chat. If that doesn't fix it for you, assign it back to me.

acozine commented 9 years ago

Thanks. Now that it's correctly deployed, the functionality works.