🔴 January 2024 Alert: Forum support inactive!
New forum registration are currently closed.
Use GitHub discussions
.

    UVdesk

    • Login
    • Search
    • Recent

    Solved How to add users email in group instead of their name?

    Technical Help
    3
    6
    688
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      Rosa A Hancock last edited by

      It may difficult to find which users should add when having two similar name. Thus is there any way where i can display only users email while adding them in group?

      Thanks in advance!!

      1 Reply Last reply Reply Quote 0
      • Sanjeev
        Sanjeev developer UVdesk Staff last edited by

        @Rosa-A-Hancock
        Locate path in your project:

        vendor->uvdesk/core-framework/Resources/views/Groups/createSupportGroup.html

        vendor->uvdesk/core-framework/Resources/views/Groups/updateSupportGroup.html

        open createSupportGroup.html and updateSupportGroup.html and make update as suggested below.

        For group user new group create page:

        https://github.com/uvdesk/core-framework/blob/master/Resources/views/Groups/createSupportGroup.html.twig#L54

        https://github.com/uvdesk/core-framework/blob/master/Resources/views/Groups/createSupportGroup.html.twig#L66

        Write email in place of name like instead of agent.name write agent.email

        For group user update page:

        https://github.com/uvdesk/core-framework/blob/master/Resources/views/Groups/updateSupportGroup.html.twig#L54

        https://github.com/uvdesk/core-framework/blob/master/Resources/views/Groups/updateSupportGroup.html.twig#L66

        Do the same with other where you want to update.

        1 Reply Last reply Reply Quote 1
        • ali sami farooq
          ali sami farooq last edited by

          Ok i will also update it in my project , few days have same issue in project so i google my problem.

          Thanks in advance,
          Ali Sami Farooq

          Ali Sami Farooq

          1 Reply Last reply Reply Quote 3
          • Sanjeev
            Sanjeev developer UVdesk Staff last edited by

            @alisamifarooq

            We glad to know the solution given above worked for you. Stay tuned with forum you can solve your problems and get updates for most of the problem how to solve them which is normally faced by community.

            ali sami farooq 1 Reply Last reply Reply Quote 1
            • ali sami farooq
              ali sami farooq @Sanjeev last edited by

              @Sanjeev Thank you so much for your favor....

              Merry Christmas,
              Ali Sami Farooq

              Ali Sami Farooq

              1 Reply Last reply Reply Quote 0
              • Sanjeev
                Sanjeev developer UVdesk Staff last edited by

                @alisamifarooq

                Stay tuned with github repository for latest updates and releases.
                https://github.com/uvdesk/community-skeleton

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post