Skip to content

Possibility to have html content in the results/Process Outpur of a curation task #2181

Description

@fribeiro-fccn

We have some custom curation tasks in DSpace 5 that we create a link to the item(s) we want to modify. The figure below shows an example of a curation task with links to items. This facilitates the user to access the document by clicking on it:
image

In DSpace 7 the process output strips all the html content and only shows plain text (See below):
image

In both cases we use the StringBuilder to construct the output, example:
...
res.append("<a href="http://hdl.handle.net/");
res.append(handle);
res.append("" target="_blank">");

But in DSpace 7 the html is stripped (see the previous image) and I think is the angular part where the data is processed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bughelp wantedNeeds a volunteer to claim to move forwardmedium prioritystaleThis issue or PR is stale because it has not been updated in a long time.tools: curation-tasks

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions