User tests: Successful: Unsuccessful:
Pull Request for Improvement.
All backend views that are or are associated with tree like structures (e.g. menus, categories) should have a max level filter.
This is valid currently for:
So, this PR is a part of series of PR to add that filter in the views that use categories:
Note: If you don't have tracks records you can generate some in the database (#__banners_tracks table), example:
INSERT INTO `<prefix>_banner_tracks` (`track_date`, `track_type`, `banner_id`, `count`) VALUES ('2016-04-11 00:00:00', '1', '1', '5');
INSERT INTO `<prefix>_banner_tracks` (`track_date`, `track_type`, `banner_id`, `count`) VALUES ('2016-01-11 00:00:00', '2', '1', '7');
INSERT INTO `<prefix>_banner_tracks` (`track_date`, `track_type`, `banner_id`, `count`) VALUES ('2015-04-11 00:00:00', '2', '2', '9');
INSERT INTO `<prefix>_banner_tracks` (`track_date`, `track_type`, `banner_id`, `count`) VALUES ('2016-02-11 00:00:00', '2', '2', '12');| Status | New | ⇒ | Pending | 
| Labels | 
                                        Added: 
?
 | 
    ||
ups, sorry done
I have tested this item 
 successfully on 1f3576e
| Category | ⇒ | Components UI/UX | 
@andrepereiradasilva With the patch applied I see these 2 green fields for begin and end date, in addition to those at the top where I could adjust the dates. Without the patch, I do not see these green fields.
Question: 1. Is this intended, and 2. what are those fields good for? When I click the calendar button right beside one of these green fields, nothing happens.
 
I have tested this item 
 successfully on 1f3576e
| Status | Pending | ⇒ | Ready to Commit | 
| Labels | 
                                        Added: 
?
 | 
    ||
| Milestone | 
                            Added:  | 
    ||
technically this is a new feature and it doesn't fix a bug so it has to go into 3.6.0
| Milestone | 
                            Added:  | 
    ||
| Milestone | 
            
                            Removed:  | 
    ||
@andrepereiradasilva cloud you please check the merge conflicts, thanks
This PR has received new commits.
CC: @brianteeman, @richard67
This PR has received new commits.
CC: @brianteeman, @richard67
This PR has received new commits.
CC: @brianteeman, @richard67
This PR has received new commits.
CC: @brianteeman, @richard67
finnaly, all conflicts fixed
| Status | Ready to Commit | ⇒ | Fixed in Code Base | 
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-05-02 11:12:05 | 
| Closed_By | ⇒ | rdeutz | 
| Labels | 
                                                                Removed: 
?
 | 
    ||
@andrepereiradasilva Please corect last inset for
<prefix>_banner_tracks