# UI fixes ## Pages ### Dataprofile * [x] Dataprofile list page: `/dataset` * [x] Data profile search: `/dataset/?q=` * [x] Dataprofile view page: `/dataset/{id}` * [x] Description tab * [x] Resource Tab `/dataset/{id}/resources` * [x] Docs Tab `/dataset/docs/{id}/resources` * [x] Usage Tab `/dataset/{id}/resources` * [x] [Footer not staying at bottom of the page](#Footer-not-staying-at-bottom-of-the-page) * [x] Categories Tab `/dataset/category/{id}` * [x] [Footer not staying at bottom of the page](#Footer-not-staying-at-bottom-of-the-page) * [x] Create Dataset Pages: `/dataset/new` * [x] Create Dataset * [x] Create Resource * [x] Create Documentation * [x] Create Documentation Resource * [x] Dataset Edit * [x] Dataset Form * [x] All fields are rendered correctly * [x] Resource Pages * [x] Resource Edit `/dataset/{id}/resource/{resource_id}/edit` * [x] Resource Delete * [x] Resource Views Page * [x] Create Resource View * [x] Documentation pages * [x] Edit Documentation * [x] Create Documentation Resource * [x] Delete Documentation * [x] Edit Documentation Resource * [x] Delete Documentation Resource * [x] Documentation Resource Views ### Organization * [x] Organizations Page: `/organization` * [x] Organzation Hierarchy * [x] Create Organization: `/organization/new` * [x] Organization Page: `/organization/{id}` * [x] Dataprofile Tab * [x] Broken links * [x] Activity Stream tab * [x] About Tab * [x] Edit Organization * [x] Delete Organization ### Collection * [x] Collections page: `/collection` * [x] Create Collection `/collection/new` * [x] Create Collection * [x] Create Documentation * [x] Create Documentation Data * [ ] Collection page: `/collection/{id}` * [x] Metadata Tab * [x] Docs Tab * [ ] Sidebar * [x] Collection Read more * [ ] [Collection search facets](#Search-facets-not-working) `/collection/{id}` * [x] Edit Collection * [x] Delete Collection ### Sources * [x] Sources Page: `/ed_source` * [x] Source Page: `/ed_source/{id}` * [x] Create Source: `/ed_source/new` * [x] Add Dataprofile to source * [x] Add Resource to source * [x] Edit Source * [x] Edit dataprofiles * [x] Edit resources * [x] Delete Source ### Data Explorers * [x] Data Explorers page `/data_explorer` * [x] Data Explorer page `/data_explorer/{id}` * [x] Create DataExplorer `/data_explorer/new` * [x] Edit Data Explorer * [x] Delete DataExplorer ### Categories * [x] Categories Page `/category` * [x] Create Category `/category/new` * [x] All fields are working * [ ] Category Page `/category/{id}` * [ ] [Category search facets](#Search-facets-not-working) `/collection/{id}` * [x] Sidebar Overflow * [x] Activity Stream * [x] About Page * [x] Edit Category * [x] Delete Category ### Admin Pages * [x] Sysadmins `/ckan-admin` * [x] [Footer not staying at bottom of the page](#Footer-not-staying-at-bottom-of-the-page) * [x] Config Form `/ckan-admin/config` * [x] Trash `/ckan-admin/trash * [x] [Footer not staying at bottom of the page](#Footer-not-staying-at-bottom-of-the-page) * [x] Showcase Admin `/ckan-admin/showcase_admins` * [x] [Footer not staying at bottom of the page](#Footer-not-staying-at-bottom-of-the-page) * [x] Broken Links `/ckan-admin/broken_links` * [x] [Footer not staying at bottom of the page](#Footer-not-staying-at-bottom-of-the-page) ### User Pages * [x] Users `/user` * [x] [User Search field not working](#User-Search-field-not-working) * [x] [Footer not staying at bottom of the page](#Footer-not-staying-at-bottom-of-the-page) * [x] Edit User `/user/edit/{id}` * [x] User Page `/user/{id}` * [x] Data Profiles * [x] Activity Stream * [x] API Tokens ### Dashboard * [x] Dashboard Page `/dashboard` * [x] Dashboard Datasets Page `/dashboard/datasets` * [x] Dashboard Organization Page `/dashboard/organizations` * [x] Dashboard Category Page `dashboard/topics` ### Approval Dashboard * [x] Approval Dashboard `/dashboard/approval` * [x] Resources Dashboard `/dashboard/approval/resources` * [x] Data Explorer `/dashboard/approval/data-explorer` ### Other - [x] Sources (move resources) - [x] Copy collections - [x] Data profile visibility toggle - [x] Source view button on edit page ## Errors ### Footer not staying at bottom of the page **`Not priority`** The footer doesn't stay at the bottom of the page when there aren't too many items on the page. This was taking a while to fix as the different fixes appeared to affect other pages, and I found that this issue was not from ckan 2.9 and has been there since 2.8. See: https://us-ed-testing.ckan.io/dataset/showcases/fresh-profile I believe this issue affects all pages, but pages with enough content to push the footer down render fine. ### Search facets not working The filters in the sidebar can be clicked on, but they don't actually filter the datasets and the active filters are not being displayed. ### User Search field not working The input field for searching users doesn't work. It is not `disabled` but seems so because I was not able to type anything into it.