Nige White

Results 39 issues of Nige White

[Forum post](https://forum.bryntum.com/viewtopic.php?t=29043) The hours render at a `min-height` of `hourHeight`, but the hour cells expand to accommodate events within them. The event blocks are **not** heighted by duration. They may...

bug
feature request
forum
large-account

[Forum post](https://forum.bryntum.com/viewtopic.php?t=28899) The localization pulls in the `defaultValue` as the `localeKey`, so the value from the locale file is always used instead of the *configured* value.

bug
resolved
premium
forum
large-account
OEM

[Forum post](https://forum.bryntum.com/viewtopic.php?t=29123) `CrudManager` should be able to pass back encoded filters which were added to its stores. `StoreFilter`'s filtering options should be matched (`filterParamName`, `encodeFilterParams`, `restfulFilter`) so that the manner...

feature request
premium
forum
OEM

[Forum post](https://forum.bryntum.com/viewtopic.php?p=152744#p152744) `DateRangeOwner.js` needs: ``` afterStartDateSet(startDate, oldStartDate) { const me = this, { refreshCount } = me, incomingEndDate = me.hasConfig('endDate') && me.peekConfig('endDate'); // If we are bounded by an endDate...

bug
in progress
forum
large-account

`ShortEventHeight` is 32, and that decided *before* the `hourHeight` of 120 was set. The event is put into compact "Short event" mode:

bug
resolved

[Forum post](https://forum.bryntum.com/viewtopic.php?p=148393#p148393) The `recurrenceConfirmationPopup` config in Scheduler mixin Recurring events should be made public. It is used by drag/drop. The `RecurringEventEdit.js` mixin of `EventEdit` should consult that config from its...

bug
high-priority
ready for review
forum
large-account
enhancement

[Forum post](https://forum.bryntum.com/viewtopic.php?t=30017)

bug
resolved
forum
OEM

[Forum post](https://forum.bryntum.com/viewtopic.php?p=152354#p152354) Hi Team, We have a store configured with all the required urls' this url has a string which has to be replaced before every request with a global...

bug
resolved
forum
large-account
OEM
enhancement

[Forum post](https://forum.bryntum.com/viewtopic.php?t=30081) This is because the store's `lazyLoad` property is being accessed *before* the plugin instance is assigned to the `lazyLoad` property. `treeStoreLazyLoadPlugin#doLazyLoad` needs a `.catch(error => {... me.trigger('exception'...) })`...

bug
forum
large-account
BLOCKING