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

Replace action setModalDialogDetail to accept other prop instead of className #8401

Closed
cezaraugusto opened this issue Apr 19, 2017 · 1 comment

Comments

@cezaraugusto
Copy link
Contributor

On setModalDialogDetail (ref) method we have:

  setModalDialogDetail: function (className, props) {
    dispatch({
      actionType: windowConstants.WINDOW_SET_MODAL_DIALOG_DETAIL,
      className,
      props
    })

as we move to Aphrodite it should accept as an argument other prop than classeName.

@cezaraugusto cezaraugusto self-assigned this Apr 19, 2017
@cezaraugusto cezaraugusto changed the title Replace action setModalDialogDetail to accept data instead of className Replace action setModalDialogDetail to accept other prop instead of className Apr 19, 2017
@cezaraugusto
Copy link
Contributor Author

I self-assigned this one but no ETA for that. If you plan to do it feel free to take it

@cezaraugusto cezaraugusto removed their assignment Jun 26, 2017
@bsclifton bsclifton added this to the Triage Backlog milestone Nov 27, 2017
@bsclifton bsclifton added the stale label Sep 1, 2018
@bsclifton bsclifton removed this from the Triage Backlog milestone Sep 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants