TYPO3-Documentation / T3DocTeam

This repository is for the Documentation Team. To contribute, please see CONTRIBUTING.md For help and support on TYPO3, please see: https://typo3.org/help/
3 stars 1 forks source link

Wrong informations about required parameters for backend link/uri view helpers #197

Closed tieupmedia closed 1 year ago

tieupmedia commented 1 year ago

In

  1. https://docs.typo3.org/other/typo3/view-helper-reference/11.5/en-us/typo3/backend/latest/ModuleLink.html
  2. https://docs.typo3.org/other/typo3/view-helper-reference/11.5/en-us/typo3/fluid/latest/Be/Link.html
  3. https://docs.typo3.org/other/typo3/view-helper-reference/11.5/en-us/typo3/fluid/latest/Be/Uri.html

it's stated, that the parameter "route" is NOT required. But as you can see in

  1. https://api.typo3.org/11.5/_module_link_view_helper_8php_source.html
  2. https://api.typo3.org/11.5/_link_view_helper_8php_source.html
  3. https://api.typo3.org/11.5/_uri_view_helper_8php_source.html

it IS required.

The same is also true for the paramters 'uid' and 'table' in:

and 'table' in:

I checked the main release branch too, with the same results.

linawolf commented 1 year ago

This is a general issue with the Fluid ViewHelper Documentation Generation and will be solved by https://github.com/TYPO3-Documentation/fluid-documentation-generator/issues/10