export events with view right

Anything you want added or changed in future versions of ZoneMinder? Post here and there's a chance it will get in! Search to make sure it hasn't already been requested.
Post Reply
hrabe
Posts: 47
Joined: Tue Apr 12, 2005 12:01 am

export events with view right

Post by hrabe »

I think, that user may export events with view right, but now user need right edit for this. Any idea for to do this? Thanks.
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

You are correct. The link to show 'export' requires edit rights though the file itself only requires view rights. To change it edit zm_html_view_event.php and find the line

Code: Select all

<php><td><a><zmSlangExport></a></td><php>
</pre>
and change canEdit( 'Events' ) to canView( 'Events' ).
Phil
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

Ooops, that got mangled in the posting. If you search for zmSlangExport though you should find it.
Phil
Post Reply