Project

General

Profile

Actions

Bug #2752

closed

J1.7: usergroup mapping from user object and not from api

Added by krileon over 12 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
High
Assignee:
Target version:
Start date:
05 September 2011
Due date:
% Done:

100%

Estimated time:
5:00 h

Description

The usergroup mapping is from direct user object, which is fine if a user is logged in as the user object actually exists. However, for users not logged in they do not exist and direct data from object is direct data from database which for a user not logged in that data doesn't exist. Instead of ->groups the function getAuthorisedGroups needs to be used for proper usergroup construction.

:ORIGINAL BODY:
When viewing a profile with known articles as a public user none of those articles are displayed. They DO display if you're a registered user however. This appears to be an issue with the database query in regards to checking Access to that article.

https://www.joomlapolis.com/forum/154-advanced-members-support/173574-no-articles-showing-for-public-users?limit=6&start=6#175056


Files

cb.tables.patch (2.01 KB) cb.tables.patch krileon, 15 September 2011 15:53
plugin.foundation.patch (1.18 KB) plugin.foundation.patch krileon, 15 September 2011 15:53
Actions #1

Updated by krileon over 12 years ago

  • File cb.tables.patch added
  • File plugin.foundation.patch added
  • Subject changed from J1.7: Articles tab not showing articles to public users to J1.7: usergroup mapping from user object and not from api
  • Status changed from New to Resolved
  • Assignee set to beat
  • Priority changed from Normal to High
  • Target version set to CB 1.7.1
  • % Done changed from 0 to 100
Actions #2

Updated by krileon over 12 years ago

  • Status changed from Resolved to Assigned
  • Assignee changed from beat to krileon
  • % Done changed from 100 to 80

Applying cb.tables.patch appears to cause a bug when editing a user the usergroup selection is lost.

Actions #3

Updated by krileon over 12 years ago

  • File deleted (plugin.foundation.patch)
Actions #4

Updated by krileon over 12 years ago

  • File deleted (cb.tables.patch)

Updated by krileon over 12 years ago

Previous patches provided integer formatted array while everything was === to strings. New patches grab the IDs without recurse (we only want the IDs that are directly mapped to the user) then converts it to string values where needed.

Actions #6

Updated by beat over 12 years ago

  • Status changed from Resolved to Closed
  • Estimated time set to 5:00 h

Fixed in r1576 .

Thank you Kyle.

Actions

Also available in: Atom PDF