linkedpipes / etl

LinkedPipes ETL is an RDF based, lightweight ETL tool
https://etl.linkedpipes.com
Other
148 stars 30 forks source link

Wikibase loader uses too generic edit message #729

Closed jakubklimek closed 5 years ago

jakubklimek commented 5 years ago

We should think about the edit message provided by the wikibase loader. Now it says "cleared an item", which is confusing and not helpful. See the Wikidata Sandbox Item edit history image

skodapetr commented 5 years ago

The gray text "Clear an item" is provided by the API as a result of our call that replaces the item. Our message is "Edit entity" and can be customized at will.

So you just have to specify which message should be used and how it is going to be passed to the component.

Another message is used for new components, so there are 2 messages that can be customized.

jakubklimek commented 5 years ago

Can we then add textboxes for these to the component?

The current message would be default if nothing was specified there.