CoreBOSBB

Full Version: Profile Issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If I change a user profile, and not allowed user CREATE a lead, system removed the button to lead conversion.

But I think is a bug, because, that's button should be disabled only if user can't REMOVE a lead.

Or I am wrong?
Access to this action should be based on EDIT, not CREATE. Edit because the user actually edits the record, it is not deleted.

Fixed: https://github.com/tsolucio/corebos/commit/1a072479e1ed835ffa2319aa4751b58049a92a9d

thanks!