FriendsOfREDAXO / FriendsOfREDAXO/api
start articles require category routes, but the API has no direct endpoint for setting YRewrite fields
- Dominant language
- PHP
- Stars
- 20
- Forks
- 0
- Avg merge
- 49m
- Merged PRs (30d)
- 17
Description
ich vermute, ich habe hier noch einen bug entdeckt beim befüllen von startartikeln:
aus dem Reasoning-Protokoll:
- Article 77 (bla) has startarticle: 1 — it IS a start article! So the metainfo endpoint blocks it.
- Article 73 (blubb) has startarticle: 0 — it's NOT a start article, and the metainfo endpoint WORKS.
- The metainfo data shows art_* fields but NOT yrewrite_title/yrewrite_description — those aren't in the registered metainfo fields.
Key issue: YRewrite SEO fields (yrewrite_title, yrewrite_description) are stored as columns in rex_article table but NOT registered as art_* metainfo fields.
All three target articles are start articles requiring category routes, but the API has no direct endpoint for setting YRewrite fields — neither the article metainfo endpoint nor the category metainfo endpoint handles yrewrite_* fields.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.