Uploaded image for project: 'Mobile App'
  1. Mobile App
  2. MOBILEAPP-15

get-feeds-workspaces-items short-description should not contains the name of the user

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 1.13.0
    • None
    • None
    • None

      At this time the short-description contains "<name>" following by the action, for example added a document ....

      The short-description should not contain the name of the user because the name is displayed in the app in another place.


          [MOBILEAPP-15] get-feeds-workspaces-items short-description should not contains the name of the user

          I suggest to not work on this issue at this time. We need to see if finally it works like that or not.

          Frederic Ravetier (Inactive) added a comment - I suggest to not work on this issue at this time. We need to see if finally it works like that or not.

          Code is here : org.ametys.plugins.mobileapp.FeedHelper.getEventDescription(Map<String, Object>, String)

          3 possibilities :

          1. duplicate all the i18n keys to remove the author
          2. placeholder where the author is in the text (something like <author>)
          3. blank text + trim (for now, the author is always the 1st part of the text)

          Pierre Gros (Inactive) added a comment - Code is here : org.ametys.plugins.mobileapp.FeedHelper.getEventDescription(Map<String, Object>, String) 3 possibilities : duplicate all the i18n keys to remove the author placeholder where the author is in the text (something like <author>) blank text + trim (for now, the author is always the 1st part of the text)

            Unassigned Unassigned
            fravetier Frederic Ravetier (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: