Active
Project:
Public Bookings
Version:
6.x-3.0-alpha2
Component:
Public Bookings
Priority:
Critical
Category:
Bug report
Reporter:
Created:
20 Jul 2010 at 12:17 UTC
Updated:
7 May 2011 at 22:15 UTC
Jump to comment: Most recent
And I think it should only show finalized bookings as it's a public page.
Comments
Comment #1
rodrigobb commentedCould it be because there are two views defined with the same name?
Comment #2
Anonymous (not verified) commentedYes, thats possible. You could try this by simply altering the name of the admin-view. But its been a while since I last tested 1.x-views integration :/
Comment #3
Anonymous (not verified) commentedThis should be fixed now ... if the problem reappears with the latest dev: Please reopen :)
Comment #4
rodrigobb commentedIt works, partially.
The view works as espected now. Or as it's defined.
I will add a filter showing only 'Finalized' bookings and remove the 'Type' field.
And you have removed the button/link in the overview page (it's still accesible through the page-path).
I think it can work really fine if you make minor fixes:
- reenable the button/link
- add a filter for state = finalized
- remove the type field
- (optional) add a date filter to show only future bookings.
But thanks for your work
Comment #5
Anonymous (not verified) commentedWhich "type" field? The link in the overview page shouldn't have been removed, I'll look into this.
Comment #6
rodrigobb commentedIf you change the view name to 'publicbookings_view_schedules_admin' as you have done in -dev version, the link disappears (if tested it changing the name myself in -alpha5 version).
And also I've discovered other menu option dissapeared (in both versions, alpha5 and dev) 'publicbookings/resources'
Comment #7
rodrigobb commentedI've been making tests this weekend related with my #6 comment, but nothing.
I have no idea of why is this happening. Could you contact some Drupal guru for help?
Comment #8
rodrigobb commentedFor this bug, I've fixed it.
Over -alpha5.
In publicbookings.view_default.inc (129: publicbookings_view_schedules method)
The new part is the las entry in the filters array ('status').
Comment #9
Anonymous (not verified) commentedThanks!
It's commited.
Comment #11
easyRider commentedI got this bug with last version 6.x-3.0-alpha2.