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

now SR number can be longer then 11 as we already eat that numbers, s… #12

Merged
merged 5 commits into from
Jun 16, 2017

Conversation

jreidinger
Copy link
Member

@jreidinger jreidinger commented Jun 6, 2017

fix confirmed

@jreidinger jreidinger changed the base branch from SLE-12-SP2 to master June 16, 2017 08:07
@@ -771,7 +771,7 @@ def ContactDialog
Left(
InputField(
Id(:novell_number),
_("11-digit service request number"),
_("service request number"),
Copy link
Member

Choose a reason for hiding this comment

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

Oops, I guess capital "S" needed here

if Builtins.size(Support.novell_number) != 11
Popup.Error(_("The SR number must be 11 digits"))
if Builtins.size(Support.novell_number) < 11
Popup.Error(_("The SR number must be at least 11 digits"))
Copy link
Member

Choose a reason for hiding this comment

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

I'd myself use "service request" instead of SR
(unified with other places)

Rakefile Outdated
@@ -1,5 +1,7 @@
require "yast/rake"

Yast::Tasks.submit_to :sle12sp2
Copy link
Member

Choose a reason for hiding this comment

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

Looks weird, master is ... SLE 12 SP3 or SLE 15 now, not SLE 12 SP2

Copy link
Member Author

Choose a reason for hiding this comment

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

yes, this is wrong

…maintenance branch SLE-12-SP2"

This reverts commit 2f3a285.
@kobliha
Copy link
Member

kobliha commented Jun 16, 2017

LGTM, thanks :)

@jreidinger jreidinger merged commit dbdef7e into master Jun 16, 2017
@jreidinger jreidinger deleted the longer_SR_number branch June 16, 2017 08:23
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.

2 participants