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

[Bug] Add multiple contacts to a group #28

Closed
oachkatzlschwaf opened this issue Nov 6, 2011 · 8 comments
Closed

[Bug] Add multiple contacts to a group #28

oachkatzlschwaf opened this issue Nov 6, 2011 · 8 comments

Comments

@oachkatzlschwaf
Copy link
Contributor

Hi all!

If i mark 20 (example) phonebook entries in the phonebook and select a group from the action-menu "Add to group", it's the case that sometimes NOT all marked phonebook entries are listed in the group. Sometimes it works great - sometimes not.

Unfortunately i was not able to ascertain the reason of this behaviour.

I'm using a Kalkun 4 release canditade, but not the latest!

Do you know something about this issue?

Regards
Thomas

@kingster
Copy link
Collaborator

kingster commented Nov 6, 2011

It seems like network issues in your case, check in case ajax requests are failing and post the error here.

@oachkatzlschwaf
Copy link
Contributor Author

Sry for following question, but i've less experience with this topic:

How can i check for failing ajax requests and what can be the reasons for network problems?

@kingster
Copy link
Collaborator

kingster commented Nov 8, 2011

You can try out with any net monitor, Firefox has a good plugin named FireBug

I am not sure of the reason for the failure , but I am sure we can help you figure out if you could post the errors encountered here.

@back2arie
Copy link
Collaborator

@oachkatzlschwaf Any updates on this issue?

@oachkatzlschwaf
Copy link
Contributor Author

Hi!

I made some debugging today and i think i've located the problem:

If i select all (with the "All" button) contacts in the phonebook and add them to a groupt ("Action" -> "Add to group xxx") the system shows me the "Updated" notification after a short moment. But FireBug shows me that there are post-operations left that haven't been completed. If i perform an other operation (for example: switching to the "Dashboard") BEFORE all operations finished the system cannot process the remaining operations.

example FireBug operations:
POST http://...../kalkun/index.php/phonebook/update_contact_group 200 OK 1,02s
POST http://...../kalkun/index.php/phonebook/update_contact_group 200 OK 1,02s
POST http://...../kalkun/index.php/phonebook/update_contact_group 200 OK 1,03s
POST http://...../kalkun/index.php/phonebook/update_contact_group 200 OK 1,04s
POST http://...../kalkun/index.php/phonebook/update_contact_group NOT PROCESSED NOW
POST http://...../kalkun/index.php/phonebook/update_contact_group NOT PROCESSED NOW
POST http://...../kalkun/index.php/phonebook/update_contact_group NOT PROCESSED NOW

My ubuntu server has a 512kb upload rate only. I know, thats very less, but i think the kalkun-system should show the "Updated" notification AFTER all operations has finished. Maybe a progress bar could be helpful.

Best Regards
Thomas

PS: I'm using Kalun 0.4 RC1

kingster added a commit that referenced this issue Dec 4, 2011
@kingster
Copy link
Collaborator

kingster commented Dec 4, 2011

Try it out and let us know if this works.

@oachkatzlschwaf
Copy link
Contributor Author

thanks, for fast commit. I will give it a try on wednesday 07.dec.

@oachkatzlschwaf
Copy link
Contributor Author

hi, seems to work good.

thanks!

kingster pushed a commit that referenced this issue Dec 21, 2021
Usage removed in 2011 as quick as it was added
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

No branches or pull requests

3 participants