Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Aaron N. / ()
Created: 11/15/2019
Components: Documentation
Versions: 2018
Failure Type:
Found In Build/Fixed In Build: 2018.0.0.310608 / docs
Priority/Frequency: Normal / Very few users will encounter
Locale/System: / Platforms All
Vote Count: 0
Issue: Store*() function doc bugs
1) StoreSetACL() doesn't have a standalone doc page. For example, this returns 404: https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-s/storesetacl.html.
2) The "Functions s" doc page (https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-s.html) doesn't list: StoreAddACL(), StoreGetACL(), StoreGetMetadata(), StoreSetACL(), or StoreSetMetadata().
3) The "ColdFusion functions by category page (https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-by-category.html) doesn't contain StoreAddACL(), StoreGetACL(), StoreGetMetadata(), StoreSetACL(), or StoreSetMetadata() in any category.
4) All Store*() doc pages should have a "See also" section:
4a) StoreAddACL()'s "See also" section should probably have these links:
----
StoreGetACL(); StoreSetACL(); Optimizing ColdFusion applications
----
4b) StoreGetACL()'s "See also" section should probably have these links:
----
StoreAddACL(); StoreSetACL(); Optimizing ColdFusion applications
----
4c) StoreSetACL()'s "See also" section should probably have these links:
----
StoreAddACL(); StoreGetACL(); Optimizing ColdFusion applications
----
4d) StoreGetMetadata()'s "See also" section should probably have these links:
----
StoreSetMetadata(); Optimizing ColdFusion applications
----
4e) StoreSetMetadata()'s "See also" section should probably have these links:
----
StoreGetMetadata(); Optimizing ColdFusion applications
----
In all the above "See also" sections, the "Optimizing ColdFusion applications" link should link to https://helpx.adobe.com/coldfusion/developing-applications/developing-cfml-applications/designing-and-optimizing-a-coldfusion-application/optimizing-coldfusion-applications.html.
Attachments:
Comments: