Skip to content

Add support for @Tag description using i18n #1355

Closed
@ianwallen

Description

@ianwallen

Describe the feature

Tag description attribute does not apply properties values

To Reproduce
In unit test
Add the following property
test=This is a test message
Run unit test App14
And look at the produced json.

Expected behavior
With the following properties

greeting=Hello! Welcome to our website!
test=This is a test message

And the following tag

@Tag(name = "greeting", description = "test")

I would expect it to product

"name":"Hello! Welcome to our website!","description":"This is a test message"

But it produced

"name":"Hello! Welcome to our website!","description":"test"

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions