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

Add title to differentiate signature sheets #3940

Conversation

andrewcameronsims
Copy link
Contributor

@andrewcameronsims andrewcameronsims commented Mar 10, 2020

References

Objectives

Add a title to differentiate between signature sheets

Visual Changes

@andrewcameronsims andrewcameronsims force-pushed the feature/3557-add_title_to_differentiate_signature_sheets branch from 6fc732b to 6c24f3b Compare March 10, 2020 11:40
@javierm javierm added this to Reviewing in Roadmap via automation Mar 10, 2020
@javierm javierm added this to Reviewing in Consul Democracy Mar 11, 2020
@andrewcameronsims andrewcameronsims force-pushed the feature/3557-add_title_to_differentiate_signature_sheets branch from 6c24f3b to 77040ac Compare March 11, 2020 07:20
@javierm javierm changed the title Feature/3557 add title to differentiate signature sheets Add title to differentiate signature sheets Apr 6, 2020
@javierm javierm added the Admin label Apr 7, 2020
Copy link
Member

@javierm javierm left a comment

Choose a reason for hiding this comment

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

@andrewcameronsims Thank you very much! 🙏 I know how hard it is to continue working on someone else's pull request and update it to the current master branch.

I've just found a couple of small typos. I'll re-test the changes once they're fixed, and will merge the pull request if everything works properly 😄.

params.require(:signature_sheet).permit(
:signable_type,
:signable_id,
:document_numbers,
Copy link
Member

Choose a reason for hiding this comment

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

I guess this line was added due fo a confict on this file 🤔. The field document_numbers no longer exists, so we should remove it.

@@ -302,6 +302,7 @@ es:
body: "Mensaje"
title: "Título"
signature_sheet:
title: "Titulo"
Copy link
Member

Choose a reason for hiding this comment

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

There's a small typo here; correct Spanish is "Título" (you can copy the text two lines above this one if your keyboard doesn't generate Spanish characters 😉).

@javierm javierm moved this from Reviewing to Doing in Consul Democracy Apr 7, 2020
@javierm javierm self-assigned this Apr 7, 2020
cassianoblonski and others added 2 commits April 9, 2020 07:11
* Internationalisation for admin fields
* Correct typos
* Additional tests
* Replace ternary with if-then statement
@andrewcameronsims andrewcameronsims force-pushed the feature/3557-add_title_to_differentiate_signature_sheets branch from 77040ac to 95c82d8 Compare April 8, 2020 21:12
@andrewcameronsims
Copy link
Contributor Author

@javierm Made the requested changes, build is green 😄

Copy link
Member

@javierm javierm left a comment

Choose a reason for hiding this comment

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

@andrewcameronsims Thanks a lot! 🎉. And thanks @cassianoblonski for the original pull request 🙏.

Consul Democracy automation moved this from Doing to Testing Apr 9, 2020
@javierm javierm merged commit 54095c4 into consuldemocracy:master Apr 9, 2020
Consul Democracy automation moved this from Testing to Release 1.2.0 Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a name field for the signature sheets
4 participants