Skip to content

Commit

Permalink
- Attempted fix for issue with Optimizely.CMS.UI 12.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svenrog committed Nov 8, 2023
1 parent c8ad9fa commit 3531945
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [1.8.1]

### Fixed

- Issue with breaking change in `Optimizely.CMS.UI 12.24.0` (#25).

## [1.8.0]

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ define("genericLinks/viewmodel/ItemCollectionViewModel", [
return index;
},

hasReachedItemsLimit: function () {
return false;
},

_init: function (data) {
var self = this,
itemDfds;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ define("genericLinks/viewmodel/ItemCollectionViewModel", [
return index;
},

hasReachedItemsLimit: function () {
return false;
},

_init: function (data) {
var self = this,
itemDfds;
Expand Down

0 comments on commit 3531945

Please sign in to comment.