Geeksltd / Olive

Olive framework, for more productive cross platform .NET solutions. It's available under the GPL v3 license. See License.md for more information.
https://geeksltd.github.io/Olive
Other
44 stars 44 forks source link

Refresh.Ajax not updating collapsible checkbox list with new item #256

Closed ShivSGeeks closed 5 years ago

ShivSGeeks commented 5 years ago

In our application, we have a modal page that allows the user to add a new contact (for a company selected in the parent form).

Collapsible-checkbox-01

When clicking Save, it closes the modal and carries out an Ajax refresh, which updates the autocomplete fields with the new item without issue.

Collapsible-checkbox-02

However, the Ajax refresh does not appear to be working with regards to collapsible multi-checkboxes.

Collapsible-checkbox-03

If the page was refreshed fully (or if a ReloadOnChange() action was called), it then shows the new item in the list.

Collapsible-checkbox-04

hamidmayeli commented 5 years ago

Hi @ShivSGeeks, there is a possibility for this issue to be a duplication of this. Or in fact, the mentioned one is the duplication. Could you please check to see if it has been fixed?

ShivSGeeks commented 5 years ago

Checked with @HamidTheGeek and confirmed that updating the olive.mvc yarn package to latest version fixes this (currently 0.9.208 at the time of this message).

Issue resolved and closed.