You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few models which have the description and descriptionHtml property. description_html should be a html version of the markdown formatted description parameter. In some models, this relationship is broken and needs to be fixed.
List of potentially affected models to verify:
AnalysisJob
Bookmark
Dataset
Project (known working)
SavedSearch
Script
Site (known broken)
The text was updated successfully, but these errors were encountered:
Fixes#487
Also adds a bunch of tests. To ensure the description fields are tested and generated we needed to add each class to our new testing framework. This meant adding API tests for every model afected.
Also fixes#406. Fixes#425.
Fixes#487
Also adds a bunch of tests. To ensure the description fields are tested and generated we needed to add each class to our new testing framework. This meant adding API tests for every model afected.
Also fixes#406. Fixes#425.
There are a few models which have the
description
anddescriptionHtml
property.description_html
should be a html version of the markdown formatteddescription
parameter. In some models, this relationship is broken and needs to be fixed.List of potentially affected models to verify:
The text was updated successfully, but these errors were encountered: