[Sprint/OldfashionedOwl] (fix) shouldBeBlured is not a function
I couldn't reproduce consistently. From discovery, when trying to open an activity, sometimes, gives silent error in console.
0/1
thread resolved
- Last updated by Juan Manuel Solaro
69 70 * Render 70 71 */ 71 72 render() { 72 const entity = this.props.entity; 73 const entity = ActivityModel.isActivity(this.props.entity) ? this.props.entity : ActivityModel.create(this.props.entity); - Maintainer
I already created a method checkOrCreate() in the BaseModel so you can call directly
ActivityModel.checkOrCreate(entity)
Edited by Martin Santangelo changed this line in version 2 of the diff
added 47 commits
-
608df5b0...64f72980 - 45 commits from branch
release/3.11.0
- 781d2b8d - (fix) use checkOrCreate instead of isActivity
- 2b453ca0 - Merge remote-tracking branch 'upstream/release/3.11.0' into fix/shouldBeBlured-is-not-a-function
-
608df5b0...64f72980 - 45 commits from branch
approved this merge request
approved this merge request
merged
mentioned in commit ccfe9281