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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,7 @@ A Bulletin is a piece of content displayed in Carousel. The closest analogy wou
162
162
|------|----------|-------|-----------|
163
163
|constructor|associative array|Zone Object|Constructor for the class, properties passed to it will be used to define the Bulletin.|
164
164
|fromTemplate (static)|Template Object|Bulletin Object|Create a new unsaved bulletin from a template.|
165
+
|resolvePartial|none|none|Resolves partial bulletins by getting them by id from the server. See the property `PartialBulletin` for more information. This function is called when trying to save partial bulletins.|
165
166
|**Relationships**|
166
167
|setBackground|Media Object|self - chainable|Sets the background Media to be used in this model.|
167
168
|getBackground|none|Media Object|Gets the related background Media model.|
@@ -207,7 +208,7 @@ A Bulletin is a piece of content displayed in Carousel. The closest analogy wou
207
208
|RepeatInterval|int|How often a repeating bulletin repeats.|
208
209
|LastUpdate|string|Date and time of the last rendering of this bulletin.|
209
210
|LastError|string|The last error encountered when rendering this bulletin|
210
-
|PartialBulletin|boolean (read only)|Getting bulletins from the server via any query other than `id` will result in a partial bulletin. Partial bulletins do not contain Blocks and are not saveable entities.|
211
+
|PartialBulletin|boolean (read only)|Getting bulletins from the server via any query other than `id` will result in a partial bulletin. Partial bulletins do not contain some relationship data including Blocks and many of the properties for dynamic bulletins, if you need to act on these properties call `resolvePartial()` in order to get those properties from the server.|
211
212
|Status|enumerable (read only)|One of the following values: Current, Queued, Hold, Old, Saved, Current-Null (no dynamic content), Current-Error|
212
213
|Tags|array |An Array of Tag Objects|
213
214
|TrackImpressions|boolean|Should the service track each time this bulletin is played on a player|
thrownewCarouselModelException('Calling resolvePartial on unsaved bulletins is not allowed. Use the API save method to save this bulletin on the server.');
0 commit comments