Alfonso Salces
2a1179cdad
MOBILE-4247 data-helper: Add field name and description to view
2023-05-15 13:10:53 +02:00
Alfonso Salces
7cc8214be0
MOBILE-4247 search: Add field#name and description to advanced search
2023-05-12 08:55:36 +02:00
Dani Palou
383291d82d
Merge pull request #3677 from NoelDeMartin/MOBILE-4270
...
MOBILE-4270: QA Tweaks
2023-05-11 17:40:59 +02:00
Noel De Martin
626ca8d0fa
Merge pull request #3676 from dpalou/MOBILE-4270
...
Mobile 4270
2023-05-11 17:29:21 +02:00
Noel De Martin
c03f656af1
MOBILE-4270 glossary: Fix link handler
2023-05-11 17:25:48 +02:00
Dani Palou
e20cedac32
MOBILE-4270 lang: Fix devdocs URL in string
2023-05-11 17:02:21 +02:00
Dani Palou
b1bf3a76f5
MOBILE-4270 forum: Fix discussion push handler in tablet
2023-05-11 17:01:57 +02:00
Noel De Martin
a0f1a808c7
MOBILE-4270 forum: Fix pinned & starred discussion
2023-05-11 16:13:42 +02:00
Dani Palou
fa9cbd0315
Merge pull request #3675 from NoelDeMartin/MOBILE-4270
...
MOBILE-4270 course: Fix module sizes on refresh
2023-05-11 15:21:19 +02:00
Dani Palou
709070382e
Merge pull request #3669 from crazyserver/MOBILE-4270
...
Mobile 4270
2023-05-11 15:19:56 +02:00
Noel De Martin
06c6abad36
MOBILE-4270 course: Fix module sizes on refresh
2023-05-11 14:25:33 +02:00
Noel De Martin
45a0c8b1fa
Merge pull request #3674 from dpalou/MOBILE-4270
...
MOBILE-4270 messages: Fix group info modal not displayed
2023-05-11 14:18:06 +02:00
Dani Palou
48e1e41b6d
MOBILE-4270 messages: Fix group info modal not displayed
2023-05-11 14:08:27 +02:00
Pau Ferrer Ocaña
8113ea5f29
MOBILE-4270 feedback: Avoid division by zero on doughnut charts
2023-05-11 13:41:59 +02:00
Pau Ferrer Ocaña
8d101d35ac
MOBILE-4270 popover: Add ion-content to popovers to enable scrolling
2023-05-11 13:41:59 +02:00
Pau Ferrer Ocaña
2bfc9c73cc
MOBILE-4270 wiki: Fix subwiki ordering
2023-05-11 13:41:59 +02:00
Pau Ferrer Ocaña
4ab33b8784
MOBILE-4270 calendar: Show offline message bellow the title
2023-05-11 13:41:59 +02:00
Pau Ferrer Ocaña
ac92ed0c17
MOBILE-4270 styles: Set popover min width on iOS as Android
2023-05-11 13:41:59 +02:00
Pau Ferrer Ocaña
f39bfa0710
MOBILE-4270 messages: Remove nonexistent contrast as ion toolbar color
2023-05-11 13:41:59 +02:00
Pau Ferrer Ocaña
5c93475553
MOBILE-4270 lang: Update lang strings
2023-05-11 13:41:59 +02:00
Pau Ferrer Ocaña
147edf5cc5
Merge pull request #3673 from dpalou/MOBILE-4270
...
Mobile 4270
2023-05-11 13:08:44 +02:00
Dani Palou
76713e204f
Merge pull request #3671 from NoelDeMartin/MOBILE-4270
...
MOBILE-4270: QA Tweaks
2023-05-11 13:05:12 +02:00
Dani Palou
243e8fc0f6
Merge pull request #3670 from NoelDeMartin/MOBILE-4338
...
MOBILE-4338 quiz: Fix multianswer inline feedback
2023-05-11 12:37:37 +02:00
Dani Palou
5eb4d17ca4
MOBILE-4270 feedback: Display profile image in user attempt page
2023-05-11 12:19:16 +02:00
Noel De Martin
11088abdf5
MOBILE-4270 messages: Prevent actions shrinking
2023-05-11 12:00:58 +02:00
Noel De Martin
8d4b30fea8
MOBILE-4270 wiki: Fix groups navigation
2023-05-11 12:00:58 +02:00
Dani Palou
29483572b7
MOBILE-4270 forum: Fix discussion link handler in tablet
...
This part of code changed in 1fbb4c3880
to fix navigation, but now it didn't work in tablets because it tried to load the forum index page. Maybe this change breaks a case we haven't detected
2023-05-11 11:44:45 +02:00
Noel De Martin
72c42958b0
MOBILE-4338 quiz: Fix multianswer inline feedback
2023-05-11 11:06:49 +02:00
Alfonso Salces
16c63a7708
MOBILE-4248 action: Fix popover position
2023-05-11 10:18:11 +02:00
Dani Palou
9dd98f8743
MOBILE-4270 core: Remove some AppComponent logs
2023-05-10 14:37:02 +02:00
Alfonso Salces
b3b269c8d7
Merge pull request #3667 from NoelDeMartin/MOBILE-4270
...
MOBILE-4270 core: Fix list items auto-scroll
2023-05-10 13:32:34 +02:00
Pau Ferrer Ocaña
013a55a5a4
MOBILE-4270 lang: Solve error details not being shown
2023-05-10 13:22:07 +02:00
Pau Ferrer Ocaña
9f850816be
MOBILE-4270 editor: Update lang strings to match TinyMCE
2023-05-10 13:22:07 +02:00
Dani Palou
47a8d5da35
MOBILE-4270 iframe: Fix auto-login not working sometimes
...
This was because core-loading removed the iframe from DOM, and then the WebView canceled the request. But the request could have consumed the single use key already.
2023-05-10 12:31:15 +02:00
Noel De Martin
b7d7a4869d
MOBILE-4288 wiki: Render formatted group names
2023-05-10 12:15:29 +02:00
Noel De Martin
81468c345b
MOBILE-4270 core: Fix list items auto-scroll
...
The previous implementation was running into some race conditions that caused it to scroll back to the previously selected item sometimes.
2023-05-10 11:55:23 +02:00
Pau Ferrer Ocaña
0afc1bb2cb
Merge pull request #3666 from dpalou/MOBILE-4270
...
Mobile 4270
2023-05-10 10:14:32 +02:00
Dani Palou
96bdb4bd30
MOBILE-4270 h5p: Display ellipsis in attempts tables headers
2023-05-10 09:17:43 +02:00
Dani Palou
006358b209
MOBILE-4270 h5pp: Users with 0 attempts shouldn't be clickable
2023-05-10 09:01:34 +02:00
Dani Palou
5b3244b619
MOBILE-4270 core: Add more logging in app component
2023-05-09 16:32:25 +02:00
Dani Palou
1f3d72cfbb
MOBILE-4270 messages: Decrease chances of offline messages duplicated
...
This is because Android seems to duplicate the request if the type of connection changes while the request is done. E.g. when leaving flight mode the device could connect to mobile data first and then to WiFi.
2023-05-09 16:32:19 +02:00
Noel De Martin
46f3da7d8f
MOBILE-4288 multilang: Use fallback language
2023-05-09 15:50:24 +02:00
Dani Palou
a128ae8929
MOBILE-4270 notes: Fix error displayed when restoring note
2023-05-09 11:13:44 +02:00
Noel De Martin
2a01965941
MOBILE-4188 grades: Improve course navigation
2023-05-08 15:50:29 +02:00
Noel De Martin
78cda0eecd
Merge pull request #3663 from dpalou/MOBILE-4270
...
MOBILE-4270 core: Wait for platform ready before hiding splash
2023-05-08 15:18:01 +02:00
Dani Palou
aaac4fbea7
Merge pull request #3662 from NoelDeMartin/MOBILE-3748
...
MOBILE-3748: RTE a11y improvements
2023-05-08 15:17:34 +02:00
Dani Palou
cc565fe87b
MOBILE-4270 core: Wait for platform ready before hiding splash
2023-05-08 15:06:20 +02:00
Noel De Martin
007a4f7656
MOBILE-3748 rte: Fix Scan QR keyboard interaction
2023-05-08 15:06:01 +02:00
Pau Ferrer Ocaña
f39a63dc7e
Merge pull request #3661 from dpalou/MOBILE-4270
...
Mobile 4270
2023-05-08 13:42:58 +02:00
Noel De Martin
bf7659223d
MOBILE-3748 rte: Implement keyboard shortcuts
2023-05-08 13:17:30 +02:00
Dani Palou
fee132d6e8
MOBILE-4270 mod_data: Fix wrong string
2023-05-08 13:14:01 +02:00
Dani Palou
90aededf12
MOBILE-4270 notifications: Always display icon in notification
2023-05-08 13:13:51 +02:00
Noel De Martin
dee6c915f8
MOBILE-3748 rte: Remove arrow keys override
2023-05-08 12:24:04 +02:00
Dani Palou
f2997313b4
MOBILE-4270 icon: Fix some broken icons names
2023-05-08 07:50:20 +02:00
Dani Palou
15faf46367
MOBILE-4270 comments: Update cached data after add/delete
2023-05-08 07:50:20 +02:00
Dani Palou
f0ba0cc479
MOBILE-4270 participants: Remove auto-focus in search box
2023-05-08 07:50:20 +02:00
Dani Palou
ff60de7de5
MOBILE-4270 tag: Fix tag route in mobile
2023-05-04 16:59:58 +02:00
Noel De Martin
90603c022a
Merge pull request #3658 from dpalou/MOBILE-4270
...
MOBILE-4303 iframe: Fix auto-login applied in H5P local URLs
2023-05-04 12:38:43 +02:00
Dani Palou
deb6be243a
Merge pull request #3659 from alfonso-salces/MOBILE-4247
...
MOBILE-4247 edit: Add field#name and field#description
2023-05-04 12:32:42 +02:00
Alfonso Salces
9488e22518
MOBILE-4247 edit: Add field#name and field#description
2023-05-04 12:17:29 +02:00
Dani Palou
f8d3c023cc
MOBILE-4303 iframe: Fix auto-login applied in H5P local URLs
2023-05-04 11:59:01 +02:00
Dani Palou
24b1ff4ec5
Merge pull request #3655 from NoelDeMartin/MOBILE-4288
...
MOBILE-4288: Format group names
2023-05-04 10:17:16 +02:00
Pau Ferrer Ocaña
3ddf2326a0
Merge pull request #3650 from dpalou/MOBILE-4270
...
MOBILE-4270 core: Set right version for LMS 4.2
2023-05-04 10:11:10 +02:00
Pau Ferrer Ocaña
d8f6aaed84
Merge pull request #3654 from dpalou/MOBILE-4322
...
MOBILE-4322 bbb: Display all playbacks in recordings
2023-05-04 09:59:45 +02:00
Pau Ferrer Ocaña
041a8d1778
Merge pull request #3651 from dpalou/MOBILE-4275
...
MOBILE-4275 course: Fix course completion not updated in some cases
2023-05-04 09:55:35 +02:00
Dani Palou
8ce5414980
MOBILE-4270 calendar: Make course filter list consistent with LMS
2023-05-04 09:49:01 +02:00
Noel De Martin
1f588bba85
MOBILE-4288 multilang: Fix unknown language filter
2023-05-03 15:43:24 +02:00
Noel De Martin
335a758350
MOBILE-4288 forum: Improve user groups UI
2023-05-03 15:43:24 +02:00
Dani Palou
c030fed670
MOBILE-4270 calendar: Remove discard option when editing offline event
...
Offline events can now be deleted in the event page, this Discard option is redundant and causes some navigation problems
2023-05-03 14:44:55 +02:00
Dani Palou
cf595146a8
MOBILE-4270 collapsible-header: Fix changes not detected
...
Before this change, listenEvents was called after initializeFloatingTitle, so the mutationObserver didn't exist when initializeFloatingTitle was executed.
2023-05-03 12:51:06 +02:00
Noel De Martin
e8a73689ef
MOBILE-4288 core: Format group names
...
Group names may contain other filters such as mathjax, so only filtering
multilanguage is not enough.
2023-05-03 12:16:47 +02:00
Dani Palou
4820ff18a3
MOBILE-4270 calendar: Fix app overridden when clicking some dates
2023-05-03 10:25:15 +02:00
Dani Palou
35d4bf3561
MOBILE-4270 core: Set right version for LMS 4.2
2023-05-03 10:24:24 +02:00
Dani Palou
e49fa18261
MOBILE-4322 bbb: Display all playbacks in recordings
2023-05-03 09:36:06 +02:00
Dani Palou
d9e2788f44
Merge pull request #3653 from NoelDeMartin/MOBILE-4270
...
MOBILE-4270 quiz: Update behat snapshots
2023-05-02 12:36:59 +02:00
Noel De Martin
f05085798b
MOBILE-4270 quiz: Update behat snapshots
...
Change introduced in MDL-77766
2023-05-02 11:38:53 +02:00
Dani Palou
db5550bc25
Merge pull request #3652 from alfonso-salces/MOBILE-4247
...
MOBILE-4247 mod_data: Add otherfields support
2023-05-02 10:57:16 +02:00
Noel De Martin
4f54afca3c
Merge pull request #3649 from dpalou/MOBILE-4214
...
Mobile 4214
2023-05-02 09:44:58 +02:00
Alfonso Salces
7eb86ced57
MOBILE-4247 mod_data: Add otherfields support
2023-05-02 09:42:44 +02:00
Dani Palou
e56a47e35d
MOBILE-4214 push: Improve register public key in Moodle
...
Now the WebService won't be called again if it has already been called successfully and public key hasn't changed
2023-05-02 08:40:43 +02:00
Dani Palou
0fdfa88c0d
MOBILE-4275 course: Fix course completion not updated in some cases
...
This is a temporary solution, the code that handles automatic activity completion should be refactored
2023-05-02 08:20:11 +02:00
Alex Morris
a0d49dc5e0
MOBILE-4214 pushnotifications: Add public key registration
2023-04-28 10:00:59 +02:00
Dani Palou
cf78a5b634
Merge pull request #3648 from NoelDeMartin/MOBILE-4287
...
MOBILE-4287 quiz: Go back when attempt is closed
2023-04-27 10:53:03 +02:00
Noel De Martin
58b9067803
MOBILE-4287 quiz: Go back when attempt is closed
2023-04-27 10:37:27 +02:00
Noel De Martin
e281bc15b3
MOBILE-3748 a11y: Indicate non-downloadable items
2023-04-27 09:39:25 +02:00
Noel De Martin
e9fb8784b7
Merge pull request #3645 from NashTechOpenUniversity/MOBILE-4300
...
MOBILE-4300 course-storage: Update section size when delete all
2023-04-27 08:52:29 +02:00
toanlamt
53c66b3542
Update src/addons/storagemanager/pages/course-storage/course-storage.ts
...
Co-authored-by: Noel De Martin <noel@noeldemartin.com>
2023-04-27 11:20:27 +07:00
Dani Palou
90be0a2102
Merge pull request #3646 from NoelDeMartin/MOBILE-4270
...
MOBILE-4270 behat: Skip excluded tests before 4.0
2023-04-26 16:13:24 +02:00
Dani Palou
70d473397b
Merge pull request #3643 from NoelDeMartin/MOBILE-4288
...
MOBILE-4288 multilang: Use parent languages
2023-04-26 16:12:37 +02:00
Noel De Martin
de2c53b712
MOBILE-4270 behat: Skip excluded tests before 4.0
2023-04-26 13:47:57 +02:00
Noel De Martin
df34b812a4
MOBILE-4288 multilang: Use parent languages
2023-04-26 11:01:11 +02:00
Noel De Martin
db3a998f71
MOBILE-4288 core: Refactor getParentLanguage
...
This method was taking a language argument, but in reality it didn't work if you didn't pass it the current language so it was misleading.
2023-04-26 10:21:03 +02:00
Dani Palou
cfaa844414
Merge pull request #3642 from NoelDeMartin/MOBILE-4287
...
MOBILE-4287 quiz: Improve grace period UX
2023-04-25 17:14:25 +02:00
Noel De Martin
f14ab0e232
MOBILE-4284 quiz: Wrap question numbers text
2023-04-25 16:37:15 +02:00
Noel De Martin
998eddb74c
Merge pull request #3487 from alfonso-salces/MOBILE-4202
...
[4.2] MOBILE-4202 split-view: Scroll to current element when swipe
2023-04-25 15:35:52 +02:00
Noel De Martin
d2b120f10e
MOBILE-4290 login: Fix copy
2023-04-25 12:28:08 +02:00
Noel De Martin
911bd6e749
MOBILE-4287 quiz: Improve grace period UX
2023-04-25 12:25:53 +02:00
Alfonso Salces
c6b2ea058e
MOBILE-4202 split-view: Scroll to current element when swipe
2023-04-25 12:25:36 +02:00
Dani Palou
882cbb6473
Merge pull request #3629 from alfonso-salces/MOBILE-4248
...
Mobile 4248
2023-04-25 10:49:18 +02:00
Dani Palou
d6e84b96e6
Merge pull request #3640 from NoelDeMartin/MOBILE-4284
...
MOBILE-4284 quiz: Omit number for descriptions
2023-04-25 10:37:08 +02:00
Dani Palou
d13640dc1f
Merge pull request #3639 from NoelDeMartin/MOBILE-4290
...
MOBILE-4290 login: Update help copy
2023-04-25 10:27:32 +02:00
Dani Palou
5d81dad8d6
Merge pull request #3638 from NoelDeMartin/MOBILE-4282
...
MOBILE-4282: Respect indentation format
2023-04-25 10:17:00 +02:00
Noel De Martin
004daa4204
MOBILE-4284 quiz: Omit number for descriptions
2023-04-24 16:34:34 +02:00
Noel De Martin
d6781b6488
MOBILE-4290 login: Update help copy
2023-04-24 15:56:10 +02:00
Alfonso Salces
c36ba60480
MOBILE-4248 tests: Fix data basic_usage and entries tests
2023-04-24 15:32:10 +02:00
Dani Palou
77605b87f4
Merge pull request #3626 from NoelDeMartin/MOBILE-4288
...
MOBILE-4288: Filter multilang group strings
2023-04-24 14:31:01 +02:00
Noel De Martin
7a761fd47f
MOBILE-4282 course: Respect indentation format
2023-04-24 13:23:02 +02:00
Noel De Martin
f019afa920
MOBILE-4282 core: Improve helper types
2023-04-24 13:21:14 +02:00
Noel De Martin
62548b42d0
Merge pull request #3632 from dpalou/MOBILE-4215
...
Mobile 4215
2023-04-24 12:39:37 +02:00
Dani Palou
781a950853
MOBILE-4215 android: Request notification permission on start
2023-04-24 11:57:09 +02:00
Noel De Martin
3b5d9a6679
MOBILE-4288 multilang: Fix in group selector
2023-04-24 11:25:43 +02:00
Noel De Martin
9180e6e082
MOBILE-4288 multilang: Implement type safety
2023-04-24 11:25:43 +02:00
Noel De Martin
b52deca5fe
MOBILE-4288 multilang: Clean up
2023-04-24 11:19:55 +02:00
Alfonso Salces
01561748d7
MOBILE-4248 mod-data-action: Add actions menu to action
2023-04-24 11:07:08 +02:00
Noel De Martin
6cb78cf27e
Merge pull request #3634 from dpalou/MOBILE-4317
...
MOBILE-4317 calendar: Store events from getEventsList in DB
2023-04-24 10:34:36 +02:00
Dani Palou
99a2d47e30
MOBILE-4317 calendar: Store events from getEventsList in DB
...
This schedules their default reminder if it's a new event
2023-04-24 10:25:14 +02:00
Alfonso Salces
19625470ee
MOBILE-4248 actionsmenu: Create actions menu component
2023-04-21 13:37:08 +02:00
Noel De Martin
e74940d2e0
MOBILE-4290 login: Change QR help question order
2023-04-20 17:51:45 +02:00
Noel De Martin
e663ee1d9a
MOBILE-4290 login: Fix site help
...
QR question logic was inverted, and classes weren't applied properly
2023-04-20 17:51:26 +02:00
Noel De Martin
9b182bb714
Merge pull request #3630 from dpalou/MOBILE-4281
...
MOBILE-4281 assign: Limit marking workflow behats to 4.0+
2023-04-20 16:23:01 +02:00
Dani Palou
133287c83c
MOBILE-4281 assign: Limit marking workflow behats to 4.0+
...
The reason is that the steps to mark submissions in LMS don't work in older sites, they need to be different
2023-04-20 16:10:48 +02:00
Noel De Martin
5e2780f97f
MOBILE-2652 glossary: UI Tweaks
...
Move actions below attachments, and use danger color for delete button
2023-04-20 15:23:39 +02:00
Dani Palou
d1f28f43ab
MOBILE-4317 calendar: Schedule new site reminders
2023-04-20 13:53:24 +02:00
Dani Palou
3d0a9441f4
MOBILE-4317 calendar: Fix updateAllSitesEventReminders
2023-04-20 13:53:15 +02:00
Noel De Martin
e18f392482
Merge pull request #3625 from dpalou/MOBILE-3535
...
MOBILE-3535 lesson: Fix behat tests for Moodle 3.9
2023-04-20 13:10:17 +02:00
Dani Palou
c3bd315355
Merge pull request #3622 from NoelDeMartin/MOBILE-4290
...
MOBILE-4290: Update site help
2023-04-20 12:58:38 +02:00
Dani Palou
822b1da4f9
MOBILE-3535 lesson: Fix behat tests for Moodle 3.9
2023-04-20 12:01:59 +02:00
Dani Palou
6018868c75
MOBILE-3535 lesson: Fix undefined attempt if load fails
2023-04-20 10:45:12 +02:00
Dani Palou
5646dd14e0
Merge pull request #3611 from alfonso-salces/MOBILE-4292
...
MOBILE-4292 base-profilefield: Translate fields to display
2023-04-19 15:41:11 +02:00
Dani Palou
90f710c7e8
Merge pull request #3623 from NoelDeMartin/MOBILE-4188
...
MOBILE-4188: Teacher gradebook tweaks
2023-04-19 15:40:26 +02:00
Noel De Martin
eaedada250
Merge pull request #3619 from dpalou/MOBILE-4281
...
Mobile 4281
2023-04-19 15:36:39 +02:00
Noel De Martin
c06671a760
MOBILE-4188 grades: Fix search results swiping
2023-04-19 15:02:39 +02:00
Noel De Martin
fa6eb60470
MOBILE-4188 user: Undo sticky participants search
2023-04-19 15:02:16 +02:00
Alfonso Salces
34a6b75a12
MOBILE-4292 user-profile-field: Assign context always
2023-04-19 14:27:44 +02:00
Alfonso Salces
e0edc76b28
MOBILE-4292 base-profilefield: Translate fields to display
2023-04-19 14:27:37 +02:00
Noel De Martin
546dd59693
Merge pull request #3616 from crazyserver/MOBILE-4187
...
Mobile 4187
2023-04-19 13:39:33 +02:00
Noel De Martin
156f01b743
MOBILE-4290 login: Update help text
2023-04-19 13:36:14 +02:00
Noel De Martin
b382486580
MOBILE-4290 login: Collapse site help questions
2023-04-19 13:36:14 +02:00
Noel De Martin
bfe9100879
MOBILE-4290 core: Make waitForImages cancellable
2023-04-19 12:56:01 +02:00
Dani Palou
825c1617f1
Merge pull request #3620 from crazyserver/MOBILE-4250
...
MOBILE-4250 module: Add module summary to preview module page
2023-04-19 12:03:57 +02:00
Pau Ferrer Ocaña
5ef41c6ace
MOBILE-4250 module: Add module summary to preview module page
2023-04-19 11:52:14 +02:00
Dani Palou
9e72d79eba
Merge pull request #3618 from NoelDeMartin/MOBILE-4284
...
MOBILE-4284: Implement custom question numbers in quiz
2023-04-19 11:44:01 +02:00
Pau Ferrer Ocaña
015d0c42f3
MOBILE-4187 app: Do not add url class to body tag
2023-04-19 11:29:17 +02:00
Pau Ferrer Ocaña
40972e8b79
MOBILE-4187 app: Replace all dots in url classname
2023-04-19 11:16:42 +02:00
Dani Palou
d4aab021f0
MOBILE-4281 assign: Display submission grade when using marking workflow
2023-04-19 10:25:44 +02:00
Noel De Martin
e77b834ff2
MOBILE-4284 quiz: Replace number w/ questionnumber
2023-04-19 10:07:31 +02:00
Noel De Martin
391dfbdfcc
MOBILE-4284 question: Drop unused DB columns
...
WebSQL doesn't support dropping columns, that's why we're migrating to a new table with the _2 suffix instead.
2023-04-19 10:07:31 +02:00
Dani Palou
c631db2082
MOBILE-4281 assign: Fix grading status in list with markingworkflow
2023-04-19 09:37:19 +02:00
Noel De Martin
9d1d433489
Merge pull request #3614 from dpalou/MOBILE-4203
...
MOBILE-4203 behat: Remove temporary capability override
2023-04-19 09:05:10 +02:00
Dani Palou
e58df9ae61
Merge pull request #3613 from NoelDeMartin/MOBILE-4270
...
MOBILE-4270: Fix 3.9 behat tests
2023-04-19 08:46:38 +02:00