Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Add timestamp in autofill app state #3439

Merged
merged 1 commit into from
Aug 26, 2016
Merged

Add timestamp in autofill app state #3439

merged 1 commit into from
Aug 26, 2016

Conversation

darkdh
Copy link
Member

@darkdh darkdh commented Aug 26, 2016

  • Submitted a ticket for my issue if one did not already exist.
  • Used Github auto-closing keywords in the commit message.
  • Ran git rebase -i to squash commits if needed.

fix #3438

@@ -110,7 +110,7 @@ class Frame extends ImmutableComponent {
} else if (location === 'about:autofill') {
const partition = FrameStateUtil.getPartition(this.frame)
if (this.props.autofillAddresses) {
const addresses = this.props.autofillAddresses.toJS()
const addresses = this.props.autofillAddresses.toJS().guid
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we keep this immutable? autofillAddresses.get('guid')

Copy link
Member Author

@darkdh darkdh Aug 26, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in d700753

@bridiver bridiver merged commit 74c3a33 into brave:master Aug 26, 2016
@bridiver
Copy link
Collaborator

++

@darkdh darkdh deleted the 3438 branch August 27, 2016 04:45
@luixxiul luixxiul added this to the 0.11.6dev milestone Aug 29, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Autofill data will not update display after editing instantly
3 participants