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

Timob 6239 result set next #3976

Merged
merged 3 commits into from Mar 21, 2013
Merged

Conversation

salachi
Copy link
Contributor

@salachi salachi commented Mar 16, 2013

Changed the signature of next to return a boolean and modified the code to return status.

https://jira.appcelerator.org/browse/TIMOB-6239

@SuppressWarnings("unchecked")
KrollDict dataCopy = new KrollDict((HashMap<String, Object>) data);
fillClickEvent(dataCopy, table.getTableView().getModel(), item);
data = dataCopy;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are we doing this for all the events? Looking at the docs, we should only do it for click events http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.UI.TableViewRow

@ayeung
Copy link
Contributor

ayeung commented Mar 20, 2013

Code reviewed and functionally tested. Waiting for comments on changes in events property before merging.

@ayeung
Copy link
Contributor

ayeung commented Mar 20, 2013

This seems to have the same commit as #3975... It should be removed.

@salachi
Copy link
Contributor Author

salachi commented Mar 21, 2013

My bad, somehow when I commited the changes, it picked up the previous commit for TIMOB-13055 also. I will submit a new one

@ayeung
Copy link
Contributor

ayeung commented Mar 21, 2013

Request Accepted

ayeung pushed a commit that referenced this pull request Mar 21, 2013
@ayeung ayeung merged commit ca2563b into tidev:master Mar 21, 2013
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.

None yet

2 participants