User tests: Successful: Unsuccessful:
This PR adds new pre-selection feature in the edit form of the Category Manager: The form fields Status, Language and Access Level are selected on basis of the [Search Tools] Set Filters in the Category Manager. Similar PR as #6966.
Test in Category Manager: Articles, Category Manager: Banners, Category Manager: Contacts, Category Manager: News Feeds if the selected [Search Tools] > **Filters (Status, Language and Access Level) are pre-selected in the form when creating a New Category
Back-end > Content > Category Manager > [Search Tools] > select (Status, Language and Access Level).
Create new Category and check if the parameters on the left are "pre-selected".
Back-end > Components > Banners > Categories > [Search Tools] > select (Status, Language and Access Level).
Create new Category and check if the parameters on the left are "pre-selected".
Back-end > Components > Contacts > Categories > [Search Tools] > select (Status, Language and Access Level).
Create new Category and check if the parameters on the left are "pre-selected".
Back-end > Components > News Feeds > Categories > [Search Tools] > select (Status, Language and Access Level).
Create new Category and check if the parameters on the left are "pre-selected".
Labels |
Added:
?
|
Labels |
Added:
?
|
Category | ⇒ | Administration UI/UX |
Status | New | ⇒ | Pending |
Easy | No | ⇒ | Yes |
Status | Pending | ⇒ | Ready to Commit |
As we have successful tests by @sovainfo @franz-wohlkoenig and @ketchupmonki I mark this as RTC Thanks
PS: @sovainfo @ketchupmonki can you please send a simple comment (like: @test successful) if you test? Else we don't get a notification so we don't know that you tested this Thanks.
Labels |
Added:
?
|
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-05-30 13:29:51 |
Closed_By | ⇒ | roland-d |
@roland-d @wilsonge
Again the same error:
$data->set('language', $app->input->getVar('language', (isset($filters['language']) ? $filters['language'] : null)));
Please do not merge any of that serie of PRs without correcting to
$data->set('language', $app->input->getString('language', (isset($filters['language']) ? $filters['language'] : null)));
and correct this one.
Thanks
Milestone |
Added: |
Hi @pe7er,
Success !
I have just tested on a site having the following four patches activated
6938 Added countItems to com_contact helper file GitHub J! Issue Applied Revert Patch
6936 Category Manager News Feeds count GitHub J! Issue Applied Revert Patch
6934 Category manager - banner item count
6916 Added Article count (published, unpublished, trashed) to Category Man…
I have first installed French language.
Then I tested as required the four category managers
Every test was successfull. Txs
Labels |
Removed:
?
|
@test: works as described.
Pre-select Fields in Category-Manager of Articles, Banners, Contacts and News Feeds are same Fields in "New" Article, Banner, Contact and News Feed.