Ticket #742 (closed Defect: fixed)

Opened 10 years ago

Last modified 10 years ago

dm4-webclient: when revealing a user account logged-in status view

Reported by: Malte Owned by: jri
Priority: Major Milestone: Release 4.5
Component: DeepaMehta Standard Distribution Version: 4.4
Keywords: Cc:
Complexity: 1 Area:
Module:

Description

... the page panel (and subsequent form) is empty (does not contain the username) as of 4.4.

Change History

comment:1 Changed 10 years ago by Malte

To reproduce this error:
Click on "admin" when logged in as admin in a 4.4.x installation.

comment:2 Changed 10 years ago by jri

  • Status changed from new to accepted

Thanks for reporting!

comment:3 Changed 10 years ago by Jörg Richter <jri@…>

  • Status changed from accepted to closed
  • Resolution set to fixed

In 80a55ff4d31ce4a52ab71663d8620af7b962956c/deepamehta:

Fix: display user account details (#742).

When a User Account topic is revealed by clicking in the login-status pane its detail info is displayed in the detail panel.

REST Client:

one method has an additional include_childs parameter, boolean, optional. Default is false.

dm4c.restc.get_topic_by_value(key, value, include_childs)

The bug was introduced with DM 4.4 in conjunction with changed child topic loading.

Thanks to Malte for reporting!

Close #742.

comment:4 Changed 10 years ago by Malte

  • Status changed from closed to reopened
  • Resolution fixed deleted

Trying with 4.4.2 this is still an issue.

The request to fetch the user account topic by_value is just
"..../core/topic/by_value/dm4.accesscontrol.user_account/admin"
and thus (curiously) missing the include_childs=true RequestParameter?..

Edit: Removed URL param.

Version 1, edited 10 years ago by Malte (previous) (next) (diff)

comment:5 Changed 10 years ago by jri

This is only fixed in the 4.5 branch.
As a workaround click the revealed User Account topic. The info is displayed then.

Should we release the fix as 4.4.3?

comment:6 Changed 10 years ago by Jörg Richter <jri@…>

  • Status changed from reopened to closed
  • Resolution set to fixed

In d4c5bf7dfa4b0a6111c43b21b8d999e7e37c347a/deepamehta:

Fix: display user account details (#742).

When a User Account topic is revealed by clicking in the login-status pane its detail info is displayed in the detail panel.

REST Client:

one method has an additional include_childs parameter, boolean, optional. Default is false.

dm4c.restc.get_topic_by_value(key, value, include_childs)

The bug was introduced with DM 4.4 in conjunction with changed child topic loading.

Thanks to Malte for reporting!

Close #742.

Note: See TracTickets for help on using tickets.