CodersCare / transfusion

TransFusion Extension providing a wizard to deal with TYPO3 connected and free mode translations
https://typo3.org/community/teams/typo3-development/initiatives/translation-handling
GNU General Public License v3.0
6 stars 0 forks source link

[BUG] Inappropriate hint when saving #3

Closed ErHaWeb closed 8 months ago

ErHaWeb commented 8 months ago

If you select the button Remove all connection information. Creates an orphaned record! for a content item in a non-standard language:

Bildschirmfoto 2024-03-18 um 11 01 10

and then click "Save" in the TransFusion Connector, you will be asked:

Are you sure you want to remove or delete the marked records?

This message should only be displayed if content elements have been marked for deletion via the Delete superfluous record button.

Bildschirmfoto 2024-03-18 um 11 01 34

An alternative message could be:

Are you sure you want to remove the connections of the selected data records?

I'm not sure how to handle cases where both the deletion of the element and the deletion of connections elsewhere have been selected. In this case, the message should at least indicate that there is at least one element to be deleted and at least one element whose connection is to be removed.

Bunnyfield commented 8 months ago

We can count both of them and come up with a matching message.