-
Notifications
You must be signed in to change notification settings - Fork 98
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
Restrict Form Creation & Sharing Settings #1199
Conversation
67031b9
to
5055c2a
Compare
34ca767
to
3eececa
Compare
Codecov Report
@@ Coverage Diff @@
## master #1199 +/- ##
============================================
+ Coverage 31.62% 33.09% +1.46%
- Complexity 432 466 +34
============================================
Files 40 44 +4
Lines 1698 1798 +100
============================================
+ Hits 537 595 +58
- Misses 1161 1203 +42 |
affb5a2
to
eaa84b2
Compare
Waiting for |
eaa84b2
to
101f96f
Compare
170df20
to
e042efa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't find any problems running this code in my local instance :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good stuff! :) Just some wording feedback
bfe509e
to
c4474fa
Compare
Everything fixed. 🙂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two more "users" in the texts. Adjust right now or create a PR to change all occurrences at once?
6722519
to
162bb07
Compare
Signed-off-by: Jonas Rittershofer <[email protected]>
Signed-off-by: Jonas Rittershofer <[email protected]>
Signed-off-by: Jonas Rittershofer <[email protected]>
Signed-off-by: Jonas Rittershofer <[email protected]>
4893065
to
a150a22
Compare
Is this available in the Forms app yet, I have the app but I can't see this screen in the settings page |
Hey Tom, it is not available yet, we're currently on the last mile to prepare for a release. However don't expect a fix eta, it might still take up to a few weeks. 😉 |
Hi Team, I'm very happy to see this new feature being worked on. In my use case, it would allow Admins to create the Form and have our general users who don't need to create Forms to be able to complete the forms Admin assigns to them. Is there a date when this feature will be released? Thank you. |
Hey @greavette, this is available already in Forms >=v3. We had unfortunately to restrict the support of v3 to Nextcloud >=25, so once you update to NC25 & Forms v3 you can use this. |
Hello @jotoeri , Appreciate the reply! I'm using Forms version 3.04 on Nextcloud version 25.03 I've tried testing this but could not get this to work. Please assist with what I'm doing incorrectly. Mary has a limited account on our NextCloud (Not Admin). She does not have access to Forms. When I log in to Mary's Nextcloud I don't see the form I shared with her. Am I misunderstanding how this works? My expectation was that I could create a form for Mary to complete, Mary would see the form and complete it and send it back to me for review. Once Mary has completed the form I will unshare and keep the results for historical purposes. What am I missing? Thank you. |
Hey @greavette If that does not help, please head over to the forum https://help.nextcloud.com for further support, since we cant provide support here on github. Greets, |
Implements #647 and #922