symphonists / subsectionmanager

Subsection management for Symphony.
Other
44 stars 32 forks source link

#drawer-documenter #253

Open wjn opened 10 years ago

wjn commented 10 years ago

If the documenter extension is installed and the #drawer-documenter div is displayed in the main publish window, when a subsectionmanager field is opened up, the #drawer-documenter div is also opened inside. This prevents user access to the subsection field.

I added the following css to subsectionmanager.publish.css which seems to have solved the problem (though I would not presume to know the ins and outs of Subsection Manager):

.field-subsectionmanager #drawer-documenter
{
        display:none;
}