Syerikjan Kh
Syerikjan Kh
We have 2 main entities Apps, Tags. They are connecting through AppsToTags junction table which has a custom field(isActive). **AppEntity** ``` @Entity() export class Applications { @PrimaryColumn() app_id: string; @Column()...
- [x] Used appropriate template for the issue type - [x] Searched both open and closed issues for duplicates of this issue ## Restify Version 8.4.1 ## Expected behaviour New...
Rails version: 4.2.1 ruby: ruby 2.3.1p112, ubuntu 16.04 **Steps I did to install:** 1. Added followings to my Gemfile `gem 'sunspot_rails' gem 'sunspot_solr'` 2. Ran `bundle install` 3. Ran `rails...
Is there a way to extend roleguard or configure @roles decorator with customer forbidden error message?
Gh 22150
#### Summary Uses aws SDK v2 for resetting buckets for load test. #### Ticket Link https://github.com/mattermost/mattermost/issues/22150
**What is this feature?** Passes currently logged in user's role for EchoMeta. **Why do we need this feature?** Differentiate user roles in tracked events **Which issue(s) does this PR fix?**:...