-
The room is 32/3077 seminar room (the one with a capacity of ~30)
-
A few I can think of:
* `/rooms/map` -> `/rooms/book`
* `/rooms/bookings/search` -> `/rooms/calendar`
* `/rooms/bookings/search/mine` -> `/rooms/calendar` (w/ filtering options)
* `/rooms/room…
-
I have two api servers.
One of them has Elasticsearch-dsl Document definition.
And it creates and updates the document data.
Now 2nd api server needs update the document, it only needs t…
-
When clicking on the Settings or Authentication buttons it delivers a white screen with the message below.
404 Page Not Found
The page you requested was not found.
URL:
http://roombooking.d…
k9mjl updated
4 years ago
-
Something is wrong with external OAuth login for certain user(s). Unfortunately the error messages aren't very forgiving...
It also seems to work fine for me, but not for the user in question below…
-
As of v2.71, Camdram no longer returns a top level venue object in the show endpoint JSON, instead returning a venue with each performance. This is likely to cause a myriad of issues.
-
Submitting a booking without a length raises a `TypeError: nil can't be coerced into Integer` due to the line of code below referencing `Booking#duration` which returns nil:
https://github.com/CHTJ…
-
https://elasticsearch-dsl.readthedocs.io/en/latest/persistence.html#data-types
```python
rb.lower # datetime(2018, 11, 17, 9, 0, 0), True
rb.upper # datetime(2018, 11, 17, 10, 0, 0), False
```
…
-
Does _not_ happen on _my_ MacBook (Mid 2012) w/ identical Safari Version.
When you change the date on _one_ input field and then select the _other_ one, the two pickers open and close alternatingly i…
-
Create room failed with UnicodeEncodeError if the location name contains accents.
Steps to reproduce the behavior:
1. Create location 'Igazgatási Épület' (Administration Building)
2. Open the loc…