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

Feature/unable to save notes(comments) #363

Merged
merged 12 commits into from
Feb 15, 2019

Conversation

waldemarGr
Copy link

@waldemarGr waldemarGr commented Sep 20, 2018

Description

Motivation and Context

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

I hereby agree to the terms of the AET Contributor License Agreement.

function notifyMetadataChanged() {
$rootScope.$emit('metadata:changed');
}

function updateComment(vm, param) {
var caseName = vm.model.displayName.split(" ")[0];
Copy link
Contributor

Choose a reason for hiding this comment

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

Is that logic applied anywhere else? If yes, maybe it would be worth to put it into one place and reuse.

@malaskowski
Copy link
Contributor

This one fixes #87

@malaskowski malaskowski added the QA Required Requires manual tests, possible regression or impact on existing features. label Nov 7, 2018
function deleteNote(object) {
var text = object.comment;
delete object.comment;
if (object.comment) {
text = object.comment;
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this line required?

@Slasheruus
Copy link
Contributor

@waldemarGr
Tested (x)
Button Update doesn't work.
There is a lot of errors like this.
image

@plutasnyy
Copy link
Contributor

I tested it and for me everything works correctly 😀
2018-11-19_16h42_28

@Slasheruus
Copy link
Contributor

Slasheruus commented Nov 27, 2018

Tested (x)
You can save it.
Added note after rerun doesn't exist so I make new bug.

@tkaik
Copy link
Contributor

tkaik commented Feb 5, 2019

Please add Changelog entry

@tkaik tkaik merged commit 7b7738e into wttech:master Feb 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
QA Required Requires manual tests, possible regression or impact on existing features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants