Feature proposal infinite edit time#7406
Merged
mrcasals merged 10 commits intodecidim:developfrom Feb 26, 2021
Merged
Conversation
Contributor
|
@decidim/product thoughts on this? |
Member
|
@mrcasals this is ok from @decidim/product, thanks! |
mrcasals
suggested changes
Feb 23, 2021
| </div> | ||
|
|
||
| <%= javascript_include_tag "decidim/admin/form" %> | ||
| <%= javascript_include_tag "decidim/proposals/admin/component_settings" %> |
Contributor
There was a problem hiding this comment.
@lahdeero I think this needs to be added to the precompile_assets section, as in other PRs!
Contributor
Author
There was a problem hiding this comment.
Sorry! I moved require to form
Contributor
|
@decidim/product thoughts on this? |
Contributor
Look above from @carolromero :
|
Contributor
|
Whoops, sorry, reviewing then! |
mrcasals
approved these changes
Feb 24, 2021
entantoencuanto
added a commit
that referenced
this pull request
Mar 2, 2021
* develop: (25 commits) Add css selectors to emails to improve design customization (#7493) Only share tokens if component exists (#7499) Fix record encryptor hash values JSON parsing for legacy unencrypted hash values (#7494) Fix NULL error with weight field in assemblies & processes (#7486) Fix proposals to budget import (#7449) Fix cost display on proposals (#7450) Fix #7487 - Invalid signature on message decryption (#7488) New Crowdin updates (#7482) Move specs file to correct folder (#7476) Improve changelog generator (#7475) New Crowdin updates (#7472) Prepare 0.25-dev version (#7473) New Crowdin updates (#7470) New Crowdin updates (#7468) Feature proposal infinite edit time (#7406) New Crowdin updates (#7457) Trigger docs build on folder changes (#7360) Add changelog generator based on PR data (#7461) Add Votings to Open Data export (#7388) Add order in not highlighted assemblies by weight (#7444) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎩 What? Why?
Currently admins cant set proposal edit time to infinite, so the hacky way is set to it something like 999999 minutes. This may be confusing to user in many ways. This pull request adds option to proposal component settings where admin can set edit time to infinite (as long as the proposal creation is enabled for that component).
📌 Related Issues
https://meta.decidim.org/processes/roadmap/f/122/proposals/16206?order=recent
Testing
📋 Checklist
🚨 Please review the guidelines for contributing to this repository.
docs/.📷 Screenshots