FluxCP icon indicating copy to clipboard operation
FluxCP copied to clipboard

Added inventory action

Open Balferian opened this issue 2 years ago • 3 comments

Allow users to see full item info about items from account/character/guild pages. Module used for (inventory / cart / storage / guild storage) items.

Added new acceess configs:

'SeeItemUniqueID' => AccountLevel::LOWGM, // Ability to see item unique ID.

This config shows you the item's unique ID, it's hidden from normal users.

item->inventory: AccountLevel::ANYONE

If user have permission for this action then he will redirected to inventory module else to view module. image

It is useful if you want to show/share link to item.

Balferian avatar Jun 29 '22 12:06 Balferian

@Balferian has this PR been tested since the recent edits for items?

Akkarinage avatar Jun 09 '23 12:06 Akkarinage

@Akkarinage i didn't check it after creating this pr with newer fluxcp

Balferian avatar Jun 09 '23 14:06 Balferian

@Balferian can you resolve conflicts and we'll get this merged 😄

Akkarinage avatar Mar 16 '24 12:03 Akkarinage