문제

What would be the easiest way (using code in a view) to remove the 'Add new...' menu item from the object menu for a specific view?

I've used IConstrainTypes before, but it seems a little strange since it stores the constrains between requests.

도움이 되었습니까?

해결책

You can make it very easily with a Diazo rule like that:

<drop css:content="#plone-contentmenu-factories" css:if-content=".template-your_view" />
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top