[usability]Need to wrap long lines in the "Tags" column

Bug #1449511 reported by Anastasia Kuznetsova
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-mistralclient
Fix Released
Undecided
Hardik Parekh
Liberty
Fix Released
Low
Hardik Parekh

Bug Description

Steps to reproduce:
1. Create workflow:
version: '2.0'

wf:
  type: direct
  tags: [taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaag]
  input:
   - variable_that_has_a_really_long_name
   - second_variable_that_has_a_really_long_name
  tasks:
    hello:
      action: std.echo output="<% $.variable_that_has_a_really_long_name %>"
      wait-before: 1
      publish:
        result: <% $.hello %>

Observed result:
mistral workflow-update wf.yaml
+------+-----------------------------------------------------------+-----------------------------------------------------------------------------------+---------------------+---------------------+
| Name | Tags | Input | Created at | Updated at |
+------+-----------------------------------------------------------+-----------------------------------------------------------------------------------+---------------------+---------------------+
| wf | taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaag | variable_that_has_a_really_long_name, second_variable_that_has_a_really_long_name | 2015-04-28 09:57:04 | 2015-04-28 11:21:19 |
+------+-----------------------------------------------------------+-----------------------------------------------------------------------------------+---------------------+---------------------+

NOTE:
the same problem is valid for tables: action-list, workflow-list, workbook-list

Revision history for this message
Hardik Parekh (hardik-parekh047) wrote :
Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/python-mistralclient 1.2.0

This issue was fixed in the openstack/python-mistralclient 1.2.0 release.

Changed in python-mistralclient:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.