bgriffin-zenhub / core

Source Code for dotCMS Java Enterprise Content Management System
http://dotcms.com
GNU General Public License v3.0
0 stars 0 forks source link

Display more descriptive asset title in the Status/History tab of Push Publish #83

Open brentgriffin opened 8 years ago

brentgriffin commented 8 years ago

Issue by dsilvam Thursday Mar 03, 2016 at 16:27 GMT Originally opened as https://github.com/dotCMS/core/issues/8705


When you go to 'Site Browser' -> 'Publishing Queue' -> 'Status/History' the title column shows {asset-type}:{name} for every asset in the Bundle. That information can be ambiguous when assets have the same name but have a different parent, i.e., two htmlpages called 'home' living on different sites/folders will show exactly the same, so there is no way to locate them if needed.

00000002

Enhancement will be to show: full-path-of-asset/asset-name and keep the asset type.

brentgriffin commented 8 years ago

Comment by john-thomas-dotcms Thursday Mar 03, 2016 at 19:20 GMT


The other thing that's needed here is to show all the assets in the bundle, rather than just the first 3 items.

When you first do a push of a more than 3 assets, both the Pending and the Bundles tab show all assets in the bundle (with links to each piece of content - which is very nice). However once the bundle moves to the Status/History tab, it only shows the first 3 assets and then "...X more assets in the bundle". Even if you click on the bundle in the Status/History tab to see the Bundle Detail popup, all the individual assets aren't shown.

So once a bundle with more than 3 assets has been sent, there is no way to know which assets were in the bundle that was sent.

Maybe the simplest enhancement for both these issues would be to just change the Bundle Detail popup in the Status/History tab, so it shows all the assets in the bundle, and the full path to each (or a link to each).

brentgriffin commented 8 years ago

Comment by dsilvam Thursday Mar 03, 2016 at 20:36 GMT


@john-thomas-dotcms +1