(follow up issue) HTML error page response for ZenTao
About
This was generated from this discussion !69602 (comment 705842813).
If a user encounters an error when viewing a ZenTao issue, they currently see a JSON error response returned in the browser. We should improve this to display an HTML-formatted page.
Note: This is a problem with Jira too !69602 (comment 706456391) so a page that could be reused would be great.
-
Version 4 (latest) Libor Vanc -
Version 3 Libor Vanc -
Version 2 Libor Vanc -
Version 1 Libor Vanc
-
Version 4 (latest) Libor Vanc
-
Version 3 Libor Vanc
-
Version 2 Libor Vanc
-
Version 1 Libor Vanc
- current-jira-error-msg.png1
Incoming!
Drop your designs to start your upload. - proposal-generic-error-msg.png13
Incoming!
Drop your designs to start your upload.
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Luke Duncalfe assigned to @icbd
assigned to @icbd
- Luke Duncalfe added IntegrationZenTao + 1 deleted label
added IntegrationZenTao + 1 deleted label
- Luke Duncalfe set weight to 1
set weight to 1
- Author Maintainer
Collapse replies - Developer
@.luke thanks for creating this issue. I'll take a pass at it.
- Maintainer
- Luke Duncalfe unassigned @icbd
unassigned @icbd
- Luke Duncalfe changed the description
Compare with previous version changed the description
- Luke Duncalfe added frontend workflowdesign labels
added frontend workflowdesign labels
- 🤖 GitLab Bot 🤖 added sectiondev label
added sectiondev label
- Maintainer
@.luke, please can you add a type label to this issue to help with issue discovery in issue reports. - 🤖 GitLab Bot 🤖 added auto updated label
added auto updated label
- Libor Vanc added UX label and removed auto updated label
added UX label and removed auto updated label
- Libor Vanc assigned to @lvanc
assigned to @lvanc
- Developer
@mushakov any thoughts on priority for this?
Collapse replies - Contributor
@lvanc This seems like a straightforward page. So if the effort is low we should do it soon!
@arturoherrero Is this something we could do with just front-end work?
1 - Developer
@mushakov sounds good! I'll add a (hopefully low effort) proposal.
1
- Baodong mentioned in issue gitlab-jh/gitlab#285 (closed)
mentioned in issue gitlab-jh/gitlab#285 (closed)
- Arturo Herrero added groupintegrations [DEPRECATED] label
added groupintegrations [DEPRECATED] label
- Libor Vanc added 1 design
added 1 design
- Libor Vanc added 1 design
added 1 design
- Libor Vanc started a discussion on current-jira-error-msg.png
started a discussion on current-jira-error-msg.png
- Libor Vanc started a discussion on proposal-generic-error-msg.png
started a discussion on proposal-generic-error-msg.png
- Libor Vanc started a discussion on proposal-generic-error-msg.png
started a discussion on proposal-generic-error-msg.png
- Libor Vanc started a discussion on proposal-generic-error-msg.png
started a discussion on proposal-generic-error-msg.png
- Libor Vanc added Technical Writing label
added Technical Writing label
- Libor Vanc added twdoing label
added twdoing label
- Kati Paizee added tw-weight3 label
added tw-weight3 label
- Arturo Herrero added workflowready for development label and removed workflowdesign label
added workflowready for development label and removed workflowdesign label
- Arturo Herrero assigned to @icbd and unassigned @lvanc
- Arturo Herrero added workflowproblem validation label and removed workflowready for development label
added workflowproblem validation label and removed workflowready for development label
- Arturo Herrero assigned to @lvanc
assigned to @lvanc
- Arturo Herrero added workflowdesign label and removed workflowproblem validation label
added workflowdesign label and removed workflowproblem validation label
- Arturo Herrero mentioned in issue #337996 (closed)
mentioned in issue #337996 (closed)
- Libor Vanc updated 1 design
updated 1 design
- Luke Duncalfe changed the description
Compare with previous version changed the description
- Libor Vanc updated 1 design
updated 1 design
- Maintainer
@.luke, please can you add a type label to this issue to help with issue discovery in issue reports. - 🤖 GitLab Bot 🤖 added auto updated label
added auto updated label
- Luke Duncalfe added featureenhancement label
added featureenhancement label
- 🤖 GitLab Bot 🤖 added typefeature label
added typefeature label
- Arturo Herrero added workflowready for development label and removed workflowdesign label
added workflowready for development label and removed workflowdesign label
@.luke @lvanc could we render
404
page in this case?diff --git a/ee/app/controllers/projects/integrations/jira/issues_controller.rb b/ee/app/controllers/projects/integrations/jira/issues_controller.rb index 5e92d66bf61..dd21962b67f 100644 --- a/ee/app/controllers/projects/integrations/jira/issues_controller.rb +++ b/ee/app/controllers/projects/integrations/jira/issues_controller.rb @@ -37,6 +37,9 @@ def show respond_to do |format| format.html do @issue_json = issue_json + if @issue_json.nil? + not_found + end end format.json do render json: issue_json
Collapse replies - Author Maintainer
It could be a recoverable (temporary) problem in the remote service, so it's not exactly a
404
. 1
- Baodong mentioned in issue gitlab-jh/gitlab#321
mentioned in issue gitlab-jh/gitlab#321
- Arturo Herrero changed milestone to %Backlog
changed milestone to %Backlog
- Baodong mentioned in issue #338178 (closed)
mentioned in issue #338178 (closed)
- Luke Duncalfe added Seeking community contributions label
added Seeking community contributions label
- Maintainer
Thanks for working on this @icbd! We've removed the Seeking community contributions label to avoid having multiple people working on the same issue.
- 🤖 GitLab Bot 🤖 removed Seeking community contributions label
removed Seeking community contributions label
- Baodong mentioned in commit gitlab-jh/jh-team/gitlab@96230238
mentioned in commit gitlab-jh/jh-team/gitlab@96230238
- Baodong mentioned in merge request !88035 (merged)
mentioned in merge request !88035 (merged)
- Baodong mentioned in commit gitlab-jh/jh-team/gitlab@ad209fac
mentioned in commit gitlab-jh/jh-team/gitlab@ad209fac
- Author Maintainer
Labelling as workflowin review because @icbd is working on this !88035 (merged)
- Luke Duncalfe changed milestone to %15.1
changed milestone to %15.1
- Luke Duncalfe added workflowin review label and removed workflowready for development label
added workflowin review label and removed workflowready for development label
- Baodong mentioned in commit gitlab-jh/jh-team/gitlab@8368f5f8
mentioned in commit gitlab-jh/jh-team/gitlab@8368f5f8
- Baodong mentioned in commit gitlab-jh/jh-team/gitlab@b7009a87
mentioned in commit gitlab-jh/jh-team/gitlab@b7009a87
- 🤖 GitLab Bot 🤖 changed milestone to %15.2
changed milestone to %15.2
- 🤖 GitLab Bot 🤖 added missed:15.1 label
added missed:15.1 label
!88035 (merged) solved this issue.
- Baodong closed
closed
- 🤖 GitLab Bot 🤖 added devopsmanage label and removed 1 deleted label
added devopsmanage label and removed 1 deleted label
- 🤖 GitLab Bot 🤖 added groupimport and integrate label and removed groupintegrations [DEPRECATED] label
added groupimport and integrate label and removed groupintegrations [DEPRECATED] label