Uploaded image for project: 'Publishing'
  1. Publishing
  2. PUBLISHING-50

Column labels and content are slightly off in the PublishingLogSection

    XMLWordPrintable

Details

    • Bug
    • Resolution: Outdated
    • Neutral
    • None
    • None
    • None

    Description

      Spotted by ebguilbert, the column headers and the content are slightly off in the Monitor subapp, despite the fact that in code all seems aligned correctly:
       

      table.addContainerProperty(StringUtils.EMPTY, Label.class, null);
      table.addContainerProperty(i18n.translate("publishingMonitor.publishingLog.date.label"), String.class, null);
      table.addContainerProperty(i18n.translate("publishingMonitor.publishingLog.user.label"), String.class, null);
      table.addContainerProperty(i18n.translate("publishingMonitor.publishingLog.workspace.label"), String.class, null);
      table.addContainerProperty(i18n.translate("publishingMonitor.publishingLog.path.label"), String.class, null);
      table.addContainerProperty(i18n.translate("publishingMonitor.publishingLog.subscriber.label"), String.class, null);
      
      table.addItem(new Object[]{label, formatDate(entry.getDate()) , entry.getUser(), entry.getWorkspace(), entry.getPath(), entry.getSubscriber()}, i++);
      
      publishingMonitor.errorLog.date.label = Date
      publishingMonitor.errorLog.user.label = User
      publishingMonitor.errorLog.workspace.label = Workspace
      publishingMonitor.errorLog.path.label = Path
      publishingMonitor.errorLog.subscriber.label = Subscriber
      

      Checklists

        Acceptance criteria

        Attachments

          Activity

            People

              Unassigned Unassigned
              mdrapela Martin Drápela
              Nucleus
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Checklists

                  Bug DoR
                  Task DoD