Feature #13371
Add hide/unhide functionality to gallery album item
| Status: | Closed | Start date: | 2011-02-26 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | - | |||
| Target version: | YAG 1.0.x | |||
| Votes: | 0 |
Description
Add a field "hidden" to all domain objects visible to user.
History
Updated by Michael Knoll about 2 years ago
Hidden field is already available for all records, use it to show a record in frontend or not.
Updated by Michael Knoll about 2 years ago
- Target version set to YAG 1.0.x
Updated by Michael Knoll about 2 years ago
- Status changed from New to Accepted
- % Done changed from 0 to 50
Functionality is added to backend. Things left to do:
- Respect hide property in frontend (implement this via extlist filters)
- Set thumb's transparency in backend, if icon is clicked (implemented but not yet working)
Updated by Michael Knoll about 2 years ago
- Status changed from Accepted to Closed
- % Done changed from 50 to 100
Albums are now hidden in frontend if album.hide = 1
You have to update pt_extlist!
Fixed minor CSS bug in backend.