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

Ticket 4912 (Users List messup in UsersManager settings UI) #254

Closed
wants to merge 3 commits into from
Closed

Ticket 4912 (Users List messup in UsersManager settings UI) #254

wants to merge 3 commits into from

Conversation

tassoman
Copy link
Contributor

Comparing master branch to stable 2.1.0 version, I've discovered a new column in the table id Users called "Last Seen".

Adduser javascript weren't updated so I've integrated an empty cell that would format correctly the "addUser row".

Then I've discovered that foreach row you were using duped IDs for forms inputs. So I've corrected duplications (IDs must be unique), adding the data-target HTML5 attribute.

There stills a problem in the users table: the last row is duped from the previous. Some help is appreciated debugging this mess...

(Ticket Reference: http://dev.piwik.org/trac/ticket/4912)

@tassoman
Copy link
Contributor Author

tassoman commented Apr 1, 2014

Well, thanks to github, I've easily discovered the contribution that caused regression, I had no clue why doing a foreach using reference, then I've found that PHP "unlinks" references while being in foreach and I suppose this is caused the messup...

So this pull request is my solution to 🐛 4912.

⚠️ Last Seen column stills empty for each user subscribed. Looks like It's still in development so I've untouched LastSeenTimerLogger.php object.

@diosmosis
Copy link
Member

Not merging, see: http://dev.piwik.org/trac/ticket/4912

Thanks for the report + research.

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