lp://qastaging/rt
- Get this branch:
- bzr branch lp://qastaging/rt
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at https://git.launchpad.net/rt,branch=master.
Last successful import was .
Recent revisions
- 8638. By sunnavy
-
Wrap "0em" with "calc()" to prevent it from being minified to "0"
CSS::Minifier::XS automatically converts "0em" to "0", which broke the
change in ca30016112. As CSS::Minifier::XS doesn't have an option to
customize the behavior, here we use "calc(0em)" to prevent the behavior. - 8637. By sunnavy
-
Use tomselect method to update "Columns" select value
Updating value of the native select doesn't automatically reflect the change
to tomselect. - 8636. By sunnavy
-
Use the same rename method as in "addFile" for delete request from dropzone
Dropzone automatically converts non-breaking space character (U+202F) to a
normal space since 7.1.6. As RT receives the renamed file now, we need
to rename the original file name accordingly on delete, otherwise RT
wouldn't be able to find the file to delete.This fixes the issue that screenshots on MacOS can't be deleted correctly
when they contain AM/PM in filename.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)