Feature #13858
Think about a better way of selecting albums then using int field in tt_news records
| Status: | New | Start date: | 2011-03-15 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
There should be kind of an album browser for selecting the albums you want to show in tt_news records.
History
Updated by Stefano Cecere about 1 year ago
right now the selector exists (you are calling user_Tx_Yag_Utility_Flexform_RecordSelector->renderAlbumSelector
the big problem is that this selector hasn't any "selection" possibility (in Yag plugin the full selector show as first option "No Selection")
so, once you have saved an album selection, you can't take it off anymore (only with phpmyadmin you can :)
what do you think?
should we replace this tt_news <- yag injection, with a more universal "add Content elements to tt_news", so any editor can add the normal yag plugin?