
|
If you were logged in you would be able to see more operations.
|
|
|
|
|
| Component/s: |
Formtools
|
| Affects Version/s: |
FarCry 5.0 (Fortress)
|
| Fix Version/s: |
5.0.2
|
|
|
In the file formtool component, the default parameters for the ftRenderType attribute passed in from the object's metadata are mismatched:
In the edit method, the default is "html":
<cfparam name="arguments.stMetadata.ftRenderType" default="html" />
Whilst the validate method defaults to "flash" instead:
<cfparam name="arguments.stMetadata.ftRenderType" default="flash" />
If the ftRenderType attribute has not been implemented in any file properties (ftType="file") of a content type, file uploads will fail.
|
|
Description
|
In the file formtool component, the default parameters for the ftRenderType attribute passed in from the object's metadata are mismatched:
In the edit method, the default is "html":
<cfparam name="arguments.stMetadata.ftRenderType" default="html" />
Whilst the validate method defaults to "flash" instead:
<cfparam name="arguments.stMetadata.ftRenderType" default="flash" />
If the ftRenderType attribute has not been implemented in any file properties (ftType="file") of a content type, file uploads will fail. |
Show » |
|