Closed (fixed)
Project:
Drupal Commons
Version:
7.x-3.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
8 May 2013 at 16:55 UTC
Updated:
4 Jan 2014 at 03:28 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
itamar commented@ezra-g Please explain what is needed here.
Comment #2
itamar commentedSorry, I realized now you probably meant to add the partial node form to the commons_bw_documents view.
Comment #3
itamar commentedAdding the the partial node form to the documents BW view.

Comment #4
ezra-g commentedGreat - Thanks!
http://drupalcode.org/project/commons_documents.git/commit/3bb5e51
Comment #6
BarisW commentedNot sure if I need to re-open this or create a new issue, but there are still some issues with this code.
See the screenshot. The Document has an extra border (because it has the commons-pod class), where other tabs just have one border.
I've mentioned that the document_bw view has two extra displays (Block and Page) that the other browsing widget views lack. If I remove those displays however, I get an access denied on the Documents tab.
Anyone?
Comment #7
BarisW commentedAnd the screenshot.
Comment #8
devin carlson commentedA patch to address #6.
Comment #9
devin carlson commentedTested #8 by upgrading a fresh install and the visual errors were removed, along with the incorrect views displays.
Comment #10
devin carlson commentedCommitted #8 to Commons Documents 7.x-3.x.
http://drupalcode.org/project/commons_documents.git/commit/149ab56
Comment #11
BarisW commentedWow, that was fast. Thanks!