Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Fix typo #2

Closed
wants to merge 1 commit into from
Closed

Fix typo #2

wants to merge 1 commit into from

Conversation

msphn
Copy link
Member

@msphn msphn commented Nov 26, 2015

There were an & char in front of __get

There were an & char in front of __get
@pschuele
Copy link
Member

hi Micha,
the problem is in Zend Framework. we'll update this soon, so this change should not be necessary.

@msphn msphn closed this Jan 13, 2016
pschuele added a commit that referenced this pull request Apr 21, 2016
... and adds a (server) test for the case

see 0011760: create smd from model definition

Change-Id: I846eecb3279ec2be2fe8cf75c36ebbb448fa9d09
Reviewed-on: http://gerrit.tine20.com/customers/3058
Reviewed-by: Philipp Schüle <p.schuele@metaways.de>
Tested-by: Philipp Schüle <p.schuele@metaways.de>
pschuele added a commit that referenced this pull request Jul 13, 2016
* adds generic json frontend for apps without own json
 frontend class
* allow to set model of filtergroup with a function

https://forge.tine20.org/view.php?id=11764

Change-Id: If5d96d45d47c4df188b777c0c00e0f495995f707
Reviewed-on: http://gerrit.tine20.com/customers/3298
Tested-by: Jenkins CI (http://ci.tine20.com/)
Reviewed-by: Philipp Schüle <p.schuele@metaways.de>
pschuele pushed a commit that referenced this pull request Sep 15, 2016
CalDav - Improved invalid character handling in XML

only filter chars if error occurs.

Change-Id: Id9ff4e92b143a80fbfa72bf7f47b952e45013dfa
Reviewed-on: http://gerrit.tine20.com/customers/3555
Reviewed-by: Philipp Schüle <p.schuele@metaways.de>
Tested-by: Philipp Schüle <p.schuele@metaways.de>
pschuele added a commit that referenced this pull request Nov 18, 2016
Change-Id: I84bf174922f7a7b010c8bd81050be8ec4510bdb7
Reviewed-on: http://gerrit.tine20.com/customers/3834
Tested-by: Jenkins CI (http://ci.tine20.com/)
Reviewed-by: Philipp Schüle <p.schuele@metaways.de>
pschuele added a commit that referenced this pull request Sep 13, 2017
* fixes manage_resources right in edit dialog

https://forge.tine20.org/view.php?id=13348

Change-Id: I59543d55f749f8fd4381b4e4621bde27d78b5745
pschuele added a commit that referenced this pull request Sep 15, 2017
this still breaks FMail compose dlg recipient select

this has been broken by dbc19d1 + daf709f

Change-Id: I0c9f4945b07253a6ad5e2bae2ecf668d794ee9a1
Reviewed-on: http://gerrit.tine20.com/customers/5691
Reviewed-by: Philipp Schüle <p.schuele@metaways.de>
Tested-by: Philipp Schüle <p.schuele@metaways.de>
pschuele added a commit that referenced this pull request Jan 18, 2018
Change-Id: I272eed4f91324673883d3ce87e9bfe18d60d45ad
Reviewed-on: http://gerrit.tine20.com/customers/7529
Tested-by: Jenkins CI (http://ci.tine20.com/) <tine20-jenkins@metaways.de>
Reviewed-by: Philipp Schüle <p.schuele@metaways.de>
pschuele added a commit that referenced this pull request Feb 1, 2018
... by allowing to pass query filters to them

* also now includes Tinebase_Model_Filter_ForeignId
* "equals" operator skips sub query filtering

Change-Id: Ifc1d165760a06a82d3e9766e7c4be36a1da5f7aa
Reviewed-on: http://gerrit.tine20.com/customers/7787
Reviewed-by: Philipp Schüle <p.schuele@metaways.de>
Tested-by: Philipp Schüle <p.schuele@metaways.de>
pschuele added a commit that referenced this pull request Apr 6, 2018
* username needs to have new instance name, too

Change-Id: I85206fdca102d45a8eaeb6538b3aa56192146784
Reviewed-on: http://gerrit.tine20.com/customers/8679
Tested-by: Jenkins CI (http://ci.tine20.com/) <tine20-jenkins@metaways.de>
Reviewed-by: Philipp Schüle <p.schuele@metaways.de>
pschuele added a commit that referenced this pull request Aug 2, 2019
…#2

improving the fix ... there already was a try/catch ;)

Change-Id: I16cb8ef7529499784054ad11afeb6a96604f1e64
Reviewed-on: http://gerrit.tine20.com/customers/13405
Reviewed-by: Philipp Schüle <p.schuele@metaways.de>
Tested-by: Philipp Schüle <p.schuele@metaways.de>
pschuele added a commit that referenced this pull request Oct 17, 2019
- prevent problems with "unordered" results array
- also decrease totalcount if adblists are removed
- also fix a js problem if no accounts have been found

Change-Id: Icc7bd508ad58e8aff06e6b3095173a98148a784e
Reviewed-on: http://gerrit.tine20.com/customers/14203
Tested-by: Jenkins CI (http://ci.tine20.com/) <tine20-jenkins@metaways.de>
Reviewed-by: Philipp Schüle <p.schuele@metaways.de>
pschuele added a commit that referenced this pull request Dec 23, 2019
reworked the fix d2ca66d

fixes #7124

Change-Id: I46dcb41d2ac618ed7ef491d917ae29189e15636f
Reviewed-on: http://gerrit.tine20.com/customers/15129
Tested-by: Jenkins CI (http://ci.tine20.com/) <tine20-jenkins@metaways.de>
Reviewed-by: Philipp Schüle <p.schuele@metaways.de>
pschuele added a commit that referenced this pull request Jan 16, 2020
... moved fix to correct place

we only want to do this for shared/mailinglist accounts

Change-Id: I8c31f457720779d6e3a3446d370c8a00c5b8b0ec
Reviewed-on: http://gerrit.tine20.com/customers/15321
Tested-by: Jenkins CI (http://ci.tine20.com/) <tine20-jenkins@metaways.de>
Reviewed-by: Philipp Schüle <p.schuele@metaways.de>
pschuele added a commit that referenced this pull request Apr 21, 2020
- add debug message
- fix V1/V2 handling

Change-Id: Ifb11530c6c4c66c8abd88ad1d80a36574ae19383
Reviewed-on: http://gerrit.tine20.com/customers/16313
Tested-by: Jenkins CI (http://ci.tine20.com/) <tine20-jenkins@metaways.de>
Reviewed-by: Philipp Schüle <p.schuele@metaways.de>
pschuele added a commit that referenced this pull request Apr 21, 2020
Change-Id: I2f677998bb354ffc173426b0d9c0e240f9a5c6b8
pschuele added a commit that referenced this pull request Apr 30, 2020
... if folder is to be created (as it already
 exists but has not been added to the cache)

Change-Id: I309f760194973201ad3d5d60478960aac19686e4
Reviewed-on: http://gerrit.tine20.com/customers/16417
Reviewed-by: Philipp Schüle <p.schuele@metaways.de>
Tested-by: Philipp Schüle <p.schuele@metaways.de>
pschuele added a commit that referenced this pull request Apr 30, 2020
Change-Id: I11c41cd835219a8603466b501905a87c4e43d0a9
Reviewed-on: http://gerrit.tine20.com/customers/16423
Tested-by: Jenkins CI (http://ci.tine20.com/) <tine20-jenkins@metaways.de>
Reviewed-by: Philipp Schüle <p.schuele@metaways.de>
@mokraemer mokraemer mentioned this pull request Oct 1, 2020
pschuele added a commit that referenced this pull request Mar 8, 2021
- additional info and fix typo

Change-Id: I971e779b034292b93df77e93b34ec9fbfa2413d0
Reviewed-on: http://gerrit.tine20.com/customers/19171
Reviewed-by: Philipp Schüle <p.schuele@metaways.de>
Tested-by: Philipp Schüle <p.schuele@metaways.de>
pschuele added a commit that referenced this pull request Mar 23, 2021
...this time it's fixed for real ... the default was not
 considered before :(

Change-Id: If550bb019e9354ea90c41e11037b12a0e2077a48
Reviewed-on: http://gerrit.tine20.com/customers/19305
Tested-by: Jenkins CI (http://ci.tine20.com/) <tine20-jenkins@metaways.de>
Reviewed-by: Philipp Schüle <p.schuele@metaways.de>
tine20-ci pushed a commit that referenced this pull request May 7, 2022
… type #2

- fix did not help - we need to check with instanceOf
- also fixes some phpstan issues
tine20-ci pushed a commit that referenced this pull request May 7, 2022
tweak(HumanResources/WtReport): prevent problem with missing freeTime type #2

See merge request tine20/tine20!2176
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants