Update the POD for the AssetProxy macro, re the displaying of edit controls. Fixes bug #11189
This commit is contained in:
parent
e9b11c5178
commit
37689843a3
2 changed files with 3 additions and 2 deletions
|
|
@ -33,6 +33,7 @@
|
||||||
- added: getTopKeywords method to Keywords API
|
- added: getTopKeywords method to Keywords API
|
||||||
- added: print remaining tickets feature to EMS
|
- added: print remaining tickets feature to EMS
|
||||||
- fixed #11188: Incoherence in Navigation edit form
|
- fixed #11188: Incoherence in Navigation edit form
|
||||||
|
- fixed #11189: Controls variable missing in image asset in AssetProxy
|
||||||
|
|
||||||
7.8.2
|
7.8.2
|
||||||
- Added scheduled vendor payout workflow activity. (Special thanks to Martin @ Oqapi)
|
- Added scheduled vendor payout workflow activity. (Special thanks to Martin @ Oqapi)
|
||||||
|
|
|
||||||
|
|
@ -27,9 +27,9 @@ Macro for displaying the output of an Asset in another location.
|
||||||
|
|
||||||
=head3 url | assetId
|
=head3 url | assetId
|
||||||
|
|
||||||
My specify either the asset url or the asset id. If no Asset with that URL or id can be found, an internationalized error message will be returned instead.
|
Specify either the asset url or the asset id. If no Asset with that URL or id can be found, an internationalized error message will be returned instead.
|
||||||
|
|
||||||
No editing controls (toolbar) will be displayed in the Asset output, even if Admin is turned on.
|
Editing controls (toolbar) may or may not be displayed in the Asset output, even if Admin is turned on.
|
||||||
|
|
||||||
The Not Found Page may not be Asset Proxied.
|
The Not Found Page may not be Asset Proxied.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue