#158 closed task (fixed)
currentBlog create?
| Reported by: | jb6262 | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | About | Version: | |
| Keywords: | Cc: |
Description
I have a question about currentBlog...
From what I've been able to see in code, the textFieldDidEndEditing method in the BlogDetailModalViewController? is what sets the url, username, and pwd into currentBlog.
In other words, if I removed the following lines from this method, the "key" pwd would not exist in the currentBlog MutableDictionary?
}
else if (textField.tag == 113) {
[[dataManager currentBlog] setValue:textField.text forKey:@"pwd"];
}
Of course, I could have missed where you currently construct currentBlog, so that's why I'm asking... So far I haven't been able to find a specific place where currentBlog is constructed all at once..
This is all around removing pwd from currentBlog and blogsList, so if anything else comes to mind, feel free to point it out to me.
Thank you,
JohnB
Change History (3)
comment:1 Changed 4 years ago by janakirampalepu
comment:2 Changed 4 years ago by jb62
- Resolution set to fixed
- Status changed from new to closed
I believe I got my answers here.
comment:3 Changed 4 years ago by iammattthomas
- Milestone set to 1.3

Also in the saveBlog and updateBlog of the BlogDetailModalViewController? the password is set to the currentBlog.