Changeset e02c5b5 in OpenWorkouts-current


Ignore:
Timestamp:
Dec 17, 2018, 10:29:22 PM (5 years ago)
Author:
borja <borja@…>
Branches:
current, feature/docs, master
Children:
2c28e47
Parents:
208da8b
Message:

Bugfix: ensure the user object is reindexed after being updated in the edit_profile view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/views/user.py

    r208da8b re02c5b5  
    163163            del form.data['picture']
    164164        form.bind(context)
     165        # reindex
     166        request.root.reindex(context)
    165167        # Saved, send the user to the public view of her profile
    166168        return HTTPFound(location=request.resource_url(context, 'profile'))
Note: See TracChangeset for help on using the changeset viewer.