weilaiprft / wsfgIssuesTracking

0 stars 0 forks source link

Display Issues - Add Document button and sizing #3

Open weilaiprft opened 5 years ago

weilaiprft commented 5 years ago

There is now a button on home page called “Add Document” which should be removed. There is also an issue with the results displayed at bottom of screen- it is only taking up roughly ¾ of the page and leaving a large amount of blank real estate.

weilaiprft commented 5 years ago

this could be a search template issue. Need to evaluate search templates in both environments.

weilaiprft commented 5 years ago

Adam said it's an user access issue. Add document button is available to admin users. Adam might be able to remove it off the menu.

weilaiprft commented 5 years ago

sizing issue summary search created this, to fill the space after resizing the columns image

Possible solution, Get 21 var w21 = dijit.byId("dijit_layout_ContentPane_21"); Destory it W21.destroy() Get the widget and resize it var cl = dijit.byId("ecm_widget_listView_ContentList_1"); Cl.resize();

maybe as part of this dojo.connect(ecmContentList.grid.columnWidth, "onUpdate", function(evt){

weilaiprft commented 5 years ago

now it's 18 after remove the left panel in the template, need a better way to get to it

weilaiprft commented 5 years ago

destroy dijit as part of getOverrideGridModules, timing issue, it has to be in the callback

weilaiprft commented 5 years ago

need nav to confirm if he still sees the button in QA