Closed
Bug 1099009
Opened 10 years ago
Closed 10 years ago
Implement webmaker-login-ux on non-angular webmakerorg pages
Categories
(Webmaker Graveyard :: Login, defect)
Webmaker Graveyard
Login
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: adam, Assigned: jon)
References
Details
(Whiteboard: [login3] [dec24] [login])
Attachments
(2 files)
Immediately after the steps recorded in Bug 1099007 I clicked on the profile drop-down and "My Makes" to get the following error. (screenshot attached)
Error: template not found: webmaker-auth-client/create-user/create-user-form.html at null.<anonymous> (/var/www/webmakerorg/node_modules/nunjucks/src/environment.js:149:31) at next (/var/www/webmakerorg/node_modules/nunjucks/src/lib.js:201:13) at handle (/var/www/webmakerorg/node_modules/nunjucks/src/environment.js:134:25) at /var/www/webmakerorg/node_modules/nunjucks/src/environment.js:145:21 at next (/var/www/webmakerorg/node_modules/nunjucks/src/lib.js:198:13) at Object.exports.asyncIter (/var/www/webmakerorg/node_modules/nunjucks/src/lib.js:205:5) at Obj.extend.getTemplate (/var/www/webmakerorg/node_modules/nunjucks/src/environment.js:128:17) at eval (eval at <anonymous> (/var/www/webmakerorg/node_modules/nunjucks/src/environment.js:388:24), <anonymous>:74:5) at b_css (eval at <anonymous> (/var/www/webmakerorg/node_modules/nunjucks/src/environment.js:388:24), <anonymous>:216:1) at eval (eval at <anonymous> (/var/www/webmakerorg/node_modules/nunjucks/src/environment.js:388:24), <anonymous>:57:24)
Updated•10 years ago
|
Assignee: nobody → cade
Status: NEW → ASSIGNED
Whiteboard: [login3] [nov14]
Assignee | ||
Comment 2•10 years ago
|
||
Some webmaker.org pages haven't been converted to Angular yet, which is why they're blowing up when trying to reference the now removed webmaker-auth-client.
Comment 3•10 years ago
|
||
Should we add it back in? or implement the plainjs adapter?
Updated•10 years ago
|
Assignee: cade → jon
Assignee | ||
Comment 4•10 years ago
|
||
/gallery
/gallery/list/:list <-- I don't know if this does anything useful
/editor <-- For editing galleries I think? Doesn't seem to work though
/privacy-makes
/badges/*
/admin/badges
/search
/literacy/exploring <-- This doesn't work
/literacy/building <-- This doesn't work
/literacy/connecting <-- This doesn't work
/style-guide
/details
/me
/terms
/privacy
/languages
Based on this list, I think implementing the plainjs adapter makes the most sense.
Assignee | ||
Updated•10 years ago
|
Whiteboard: [login3] [nov14] → [login3] [nov28]
Updated•10 years ago
|
Assignee: jon → cade
Updated•10 years ago
|
Summary: After create an account : template not found error → Implement webmaker-login-ux on non-angular webmakerorg pages
Assignee | ||
Updated•10 years ago
|
Assignee: cade → jon
Updated•10 years ago
|
Whiteboard: [login3] [nov28] → [login3] [dec24] [login]
Assignee | ||
Comment 5•10 years ago
|
||
Attachment #8538748 -
Flags: review?(kate)
Comment 6•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/webmaker.org
https://github.com/mozilla/webmaker.org/commit/1b38624340145d12c8b0861265c8ca9385333dd3
Bug 1099009 - Implement login 3.0 for non-Angular pages
Assignee | ||
Comment 7•10 years ago
|
||
Comment on attachment 8538748 [details] [review]
https://github.com/mozilla/webmaker.org/pull/1047
kate and wex r+'d this.
Attachment #8538748 -
Flags: review?(kate) → review+
Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•