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

Email Senders #96

Merged
merged 6 commits into from
Nov 8, 2013
Merged

Email Senders #96

merged 6 commits into from
Nov 8, 2013

Conversation

mbborgez
Copy link
Contributor

@mbborgez mbborgez commented Nov 5, 2013

Closes #87.

To close the issue is required to run updates on the DB and to run the script 'pt.utl.ist.scripts.runOnce.email.pt.utl.ist.scripts.runOnce.email.EmailSendersUniformization' from the Fenix scripts project.

For some of the senders the institution acronym is defined in 'net.sourceforge.fenixedu.domain.organizationalStructure.getInstitutionAcronym()' and so the value returned by this method should be updated so that it returns the desired institution acronym. This is being done on issues #32 and #33.

Signed-off-by: Miguel Borges <mb.borgez@gmail.com>
Signed-off-by: Miguel Borges <mb.borgez@gmail.com>
Signed-off-by: Miguel Borges <mb.borgez@gmail.com>
…dy existing senders should be updated by script.

Signed-off-by: Miguel Borges <mb.borgez@gmail.com>
Signed-off-by: Miguel Borges <mb.borgez@gmail.com>
@@ -30,7 +30,7 @@ public boolean isActiveForFirstExecutionYear(final ExecutionYear executionYear)
return false;
}

protected Degree getDegree() {
public Degree getDegree() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Why did you change the visibility of getDegree in this case?

@ghost ghost assigned mbborgez Nov 7, 2013
nurv added a commit that referenced this pull request Nov 8, 2013
@nurv nurv merged commit fa44582 into FenixEdu:develop-2.0 Nov 8, 2013
@mbborgez mbborgez deleted the emailSenders branch June 19, 2014 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants