Bulk Edit for Project Server

Home Forums Bulk Edit Support Forum Bulk Edit for Project Server

Viewing 1 reply thread
  • Author
    Posts
    • #121732
      Andrew Firth
      Guest

      Can the button be removed from the ribbon or only made available for specific people?

    • #123486
      Martin Laukkanen
      Keymaster

      Hi,

      While there is no configuration support to hide the icon, it can be done with a small bit if CSS added to the Project Center page (in a content editor web part):

      <style type="text/css">
      #Ribbon\.ContextualTabs\.ProjectCenter\.Home\.Apps {
       display: none;
      }
      </style>
Viewing 1 reply thread
  • The forum ‘Bulk Edit Support Forum’ is closed to new topics and replies.