Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 4fc4c101 authored by Akhil's avatar Akhil
Browse files

Add sed for notification data-object-type

parent 4a855bb9
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -206,6 +206,9 @@ RUN sed -i 's/$this->header, \[$this->themingDefaults->getColorPrimary()/$this->
# Remove changeAvatar in changeUserHook of ldap_write_support as it throws errors
RUN sed -i 's/$this->changeAvatar/\/\/ $this->changeAvatar/' ${BASE_DIR}/custom_apps/ldap_write_support/lib/LDAPUserManager.php

# Add data-object-type to notification
RUN sed -i 's/"object-type":/"data-object-type":/' ${BASE_DIR}/apps/notifications/js/notifications-main.js

# Remove 'fix broken values of calendar objects' repair step
RUN sed -i '/<step>OCA\\DAV\\Migration\\CalDAVRemoveEmptyValue<\/step>/d' ${BASE_DIR}/apps/dav/appinfo/info.xml