Skip to content

Commit

Permalink
Lobster-codebeamer supports items without summary
Browse files Browse the repository at this point in the history
Item summary text guard has been removed

Resolved #47
  • Loading branch information
TannazVhdBMWExt committed Jul 31, 2024
1 parent c87654f commit dda1dae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

### 0.9.17

* The `lobster-codebeamer` tool now allows items without summary

* The `lobster-python` tool now adds the line number to the function
identifier. This supports situations where different functions have
the same name
Expand Down
3 changes: 0 additions & 3 deletions lobster/tools/codebeamer/codebeamer.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,6 @@ def to_lobster(cb_config, cb_item):
text = None,
status = status)

if "name" not in cb_item:
req.error("Item lacks a summary text")

return req


Expand Down

0 comments on commit dda1dae

Please sign in to comment.