Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix doctrine proxy and UI for organization members #130

Merged
merged 1 commit into from May 4, 2020

Conversation

akondas
Copy link
Member

@akondas akondas commented May 4, 2020

No description provided.

@akondas akondas requested a review from karniv00l May 4, 2020 07:45
@codecov
Copy link

codecov bot commented May 4, 2020

Codecov Report

Merging #130 into members will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             members     #130   +/-   ##
==========================================
  Coverage      99.83%   99.83%           
- Complexity      1094     1095    +1     
==========================================
  Files            190      190           
  Lines           3116     3116           
==========================================
  Hits            3111     3111           
  Misses             5        5           
Impacted Files Coverage Δ Complexity Δ
src/Entity/Organization.php 100.00% <ø> (ø) 36.00 <0.00> (ø)
src/Form/Type/Organization/InviteMemberType.php 100.00% <ø> (ø) 3.00 <0.00> (ø)
src/Controller/OrganizationController.php 100.00% <100.00%> (ø) 36.00 <0.00> (+1.00)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 673037d...15dc931. Read the comment docs.

@@ -1,6 +1,8 @@
includes:
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
parameters:
excludes_analyse:
- src/Entity/Organization.php
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not happy with this, but I had to add default null because of doctrine/common#886, so I exclude this file from analysis (I only hope temporarily). Another option is downgrade php ...

@karniv00l karniv00l merged commit fcd08cd into repman-io:members May 4, 2020
karniv00l pushed a commit that referenced this pull request May 4, 2020
* Allow to manage organization members in UI (#118)

* Create owner role and prepare migration (#127)

* Implement members permissions (#128)

* Fix doctrine proxy and UI for organization members (#130)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants