Bug #41618

Adding ElectronicAddresses in User module is not possible

Added by Gordon Brüggemann almost 3 years ago. Updated over 2 years ago.

Status:Resolved Start date:2012-10-05
Priority:Should have Due date:
Assigned To:Mattias Nilsson % Done:

100%

Category:-
Target version:-

Description

http://neos.demo/neos/administration/users/show?moduleArguments[account][__identity]=2c4c646d-f7e1-461b-a228-6a61ca996236

edit the Accout to add the EMail but on the the Edit Form is no input for Electronic Addresses

http://neos.demo/neos/administration/users/edit?moduleArguments[account][__identity]=2c4c646d-f7e1-461b-a228-6a61ca996236

// edit by afoeder:
the partial Module/Shared/EditUserSettingsForm looks like

 1    <f:if condition="{account.party.electronicAddresses}">
 2        <div class="control-group">
 3            <label class="control-label">Electronic addresses:</label>
 4            <ul class="inputs-list">
 5                <f:for each="{account.party.electronicAddresses}" as="electronicAddress">
 6                    <li>{electronicAddress.identifier} ({electronicAddress.type})</li>
 7                </f:for>
 8            </ul>
 9        </div>
10    </f:if> 

it's obvious that there is not possibility to add an electronic address if there isn't already one set.

editmode.png (184.3 kB) Gordon Brüggemann, 2012-10-05 13:38

Associated revisions

Revision 78171579
Added by Aske Ertmann over 2 years ago

[FEATURE] Add possibility to manage electronic addresses

Add the possibility to manage electronic addresses for a user
in the User Management module.

Change-Id: I8923c40960513ab38e3bbcd05262ab10ffa5fb24
Resolves: #41618

History

#1 Updated by Adrian Föder almost 3 years ago

  • Subject changed from add EMail for User Account to Adding ElectronicAddresses in User module is not possible

#2 Updated by Adrian Föder almost 3 years ago

  • Status changed from New to Accepted
  • Assigned To set to Adrian Föder

I can take care.

#3 Updated by Mattias Nilsson over 2 years ago

Pushed a change to Gerrit: https://review.typo3.org/#/c/17270/

#4 Updated by Gerrit Code Review over 2 years ago

Patch set 5 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17270

#5 Updated by Gerrit Code Review over 2 years ago

Patch set 6 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17270

#6 Updated by Mattias Nilsson over 2 years ago

Here is a branch specific for handling electronic addresses: https://review.typo3.org/#/q/status:open+branch:master+topic:electronic-addresses,n,z

#7 Updated by Gerrit Code Review over 2 years ago

Patch set 7 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17270

#8 Updated by Gerrit Code Review over 2 years ago

Patch set 8 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17270

#9 Updated by Gerrit Code Review over 2 years ago

Patch set 9 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17270

#10 Updated by Gerrit Code Review over 2 years ago

Patch set 10 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17270

#11 Updated by Gerrit Code Review over 2 years ago

Patch set 11 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17270

#12 Updated by Gerrit Code Review over 2 years ago

Patch set 12 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17270

#13 Updated by Gerrit Code Review over 2 years ago

Patch set 13 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17270

#14 Updated by Gerrit Code Review over 2 years ago

Patch set 14 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17270

#15 Updated by Gerrit Code Review over 2 years ago

Patch set 15 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17270

#16 Updated by Adrian Föder over 2 years ago

  • Assigned To deleted (Adrian Föder)

#17 Updated by Mattias Nilsson over 2 years ago

  • Assigned To set to Mattias Nilsson

#18 Updated by Gerrit Code Review over 2 years ago

Patch set 16 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17270

#19 Updated by Aske Ertmann over 2 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF