Closed
Bug 1209357
Opened 10 years ago
Closed 10 years ago
TypeError: _this.props.onInitialClick is not a function bundle.js:44195:9
Categories
(Marketplace Graveyard :: Reviewer Tools, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: krupa.mozbugs, Assigned: kngo)
References
()
Details
steps to reproduce:
1. Load https://marketplace-dev.allizom.org/content/addon/dashboard/scriptalertproblem1script-2
2. Delete the 1.0 version
actual behavior:
Delete fails with TypeError: _this.props.onInitialClick is not a function bundle.js:44195:9
Assignee | ||
Comment 1•10 years ago
|
||
https://github.com/mozilla/marketplace-content-tools/commit/abb50245f9fccf889311742213eb8def253e1b17
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → kngo
Comment 2•10 years ago
|
||
Verified on MP-dev FF44(Win 7).
The error mentioned at comment 0 is no longer displayed;
But:
->the delete action is not possible for the above addon
-button label stays "deleting" and a 403 error code appears in the console.
Please see the screenshot: http://screencast.com/t/IXnz6lfI
Supposing I don't have enough rights: the "delete" button shouldn't be available.
Reopening.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 3•10 years ago
|
||
Should show an error message now: https://github.com/mozilla/marketplace-content-tools/commit/286f6a2d8434e90c33f16d7f05dffe0a26db2e42
Can't tell if a user has perms beforehand yet until we have author support.
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Resolution: --- → FIXED
Comment 4•10 years ago
|
||
There is no error now, just that for krupa's addon I don't have rights.
I can, without problems, delete my own addon versions.
Postfix screencast: http://screencast.com/t/srIPjJ3P6ohF
If this need other investigations, please reopen.
Status: RESOLVED → VERIFIED
Comment 5•10 years ago
|
||
(In reply to Kevin Ngo [:ngoke] from comment #3)
> Can't tell if a user has perms beforehand yet until we have author support.
I don't follow this comment - isn't the dashboard for an add-on only available to authors of that add-on?
You need to log in
before you can comment on or make changes to this bug.
Description
•